[PCIIDEX]

- Don't ASSERT if we get an IRP that we don't understand

svn path=/trunk/; revision=52357
This commit is contained in:
Cameron Gutman 2011-06-19 04:21:41 +00:00
parent eecc2a655e
commit d7cc1589e6

View file

@ -34,7 +34,6 @@ PciIdeXForwardOrIgnore(
else
{
DPRINT1("PDO stub for major function 0x%lx\n", MajorFunction);
ASSERT(FALSE);
Status = STATUS_NOT_SUPPORTED;
}
Irp->IoStatus.Information = 0;