[ros-diffs] [cgutman] 52355: [VIDEOPRT] - Initialize PnP IRPs with the correct status

cgutman at svn.reactos.org cgutman at svn.reactos.org
Sun Jun 19 01:40:10 UTC 2011


Author: cgutman
Date: Sun Jun 19 01:40:10 2011
New Revision: 52355

URL: http://svn.reactos.org/svn/reactos?rev=52355&view=rev
Log:
[VIDEOPRT]
- Initialize PnP IRPs with the correct status

Modified:
    trunk/reactos/drivers/video/videoprt/agp.c

Modified: trunk/reactos/drivers/video/videoprt/agp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/agp.c?rev=52355&r1=52354&r2=52355&view=diff
==============================================================================
--- trunk/reactos/drivers/video/videoprt/agp.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/video/videoprt/agp.c [iso-8859-1] Sun Jun 19 01:40:10 2011
@@ -56,8 +56,8 @@
     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);




More information about the Ros-diffs mailing list