[I8042PRT]

- Don't ASSERT(FALSE) when receiving an unknown PNP IRP

svn path=/trunk/; revision=52025
This commit is contained in:
Cameron Gutman 2011-05-31 18:02:49 +00:00
parent aebc59bf83
commit d6680bc1fa

View file

@ -708,7 +708,6 @@ i8042Pnp(
default:
{
ERR_(I8042PRT, "IRP_MJ_PNP / unknown minor function 0x%x\n", MinorFunction);
ASSERT(FALSE);
return ForwardIrpAndForget(DeviceObject, Irp);
}
}