mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[I8042PRT]
- Don't ASSERT(FALSE) when receiving an unknown PNP IRP svn path=/trunk/; revision=52025
This commit is contained in:
parent
aebc59bf83
commit
d6680bc1fa
1 changed files with 0 additions and 1 deletions
|
@ -708,7 +708,6 @@ i8042Pnp(
|
|||
default:
|
||||
{
|
||||
ERR_(I8042PRT, "IRP_MJ_PNP / unknown minor function 0x%x\n", MinorFunction);
|
||||
ASSERT(FALSE);
|
||||
return ForwardIrpAndForget(DeviceObject, Irp);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue