[HIDCLASS]

- Remove asserts which are hit during shutdown

svn path=/branches/usb-bringup-trunk/; revision=55049
This commit is contained in:
Johannes Anderwald 2012-01-21 17:32:59 +00:00
parent 0594c0a9a7
commit a1a29073fa

View file

@ -117,7 +117,6 @@ HidClassDriverUnload(
IN PDRIVER_OBJECT DriverObject)
{
UNIMPLEMENTED
ASSERT(FALSE);
}
NTSTATUS
@ -848,7 +847,6 @@ HidClass_Power(
IN PIRP Irp)
{
UNIMPLEMENTED
ASSERT(FALSE);
return STATUS_NOT_IMPLEMENTED;
}