- hpoussin: If minor function is not recognized, you must not change the Irp->IoStatus.Status field.

svn path=/trunk/; revision=27149
This commit is contained in:
Aleksey Bragin 2007-06-11 21:20:25 +00:00
parent 1b70c2f495
commit 0a8b633b06

View file

@ -483,7 +483,7 @@ IntVideoPortDispatchPnp(
break;
default:
return STATUS_NOT_IMPLEMENTED;
return Irp->IoStatus.Status;
break;
}