[VIDEOPRT]

- Initialize PnP IRPs with the correct status

svn path=/trunk/; revision=52355
This commit is contained in:
Cameron Gutman 2011-06-19 01:40:10 +00:00
parent ce59643e60
commit 722de7fe98

View file

@ -56,8 +56,8 @@ IopInitiatePnpIrp(
IoStatusBlock);
/* PNP IRPs are always initialized with a status code of
STATUS_NOT_IMPLEMENTED */
Irp->IoStatus.Status = STATUS_NOT_IMPLEMENTED;
STATUS_NOT_SUPPORTED */
Irp->IoStatus.Status = STATUS_NOT_SUPPORTED;
Irp->IoStatus.Information = 0;
IrpSp = IoGetNextIrpStackLocation(Irp);