mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
- Fix 2 warnings (properly comment out unused code)
svn path=/trunk/; revision=35886
This commit is contained in:
parent
923270b5f3
commit
95880cc2dd
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ DriverEntry(
|
||||||
IN PDRIVER_OBJECT Context1,
|
IN PDRIVER_OBJECT Context1,
|
||||||
IN PUNICODE_STRING Context2)
|
IN PUNICODE_STRING Context2)
|
||||||
{
|
{
|
||||||
PDEVICE_OBJECT DeviceObject;
|
//PDEVICE_OBJECT DeviceObject;
|
||||||
UNICODE_STRING DeviceName = RTL_CONSTANT_STRING(L"\\Device\\MPU401Static");
|
//UNICODE_STRING DeviceName = RTL_CONSTANT_STRING(L"\\Device\\MPU401Static");
|
||||||
|
|
||||||
// KeBugCheck(0x0000007F);
|
// KeBugCheck(0x0000007F);
|
||||||
DPRINT1("MPU401_KS DriverEntry called, redirecting to PcInitializeAdapterDriver\n");
|
DPRINT1("MPU401_KS DriverEntry called, redirecting to PcInitializeAdapterDriver\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue