[BUS][ACPI] Silence DPRINT1 in the special case of IOCTL_BATTERY_QUERY_TAG (#427)

This commit is contained in:
Bișoc George 2018-03-12 15:29:14 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 741ae8ccdc
commit 1a951aa4e6

View File

@ -311,6 +311,10 @@ ACPIDispatchDeviceControl(
status = STATUS_PENDING;
break;
case IOCTL_BATTERY_QUERY_TAG:
DPRINT("IOCTL_BATTERY_QUERY_TAG is not supported!\n");
break;
default:
DPRINT1("Unsupported IOCTL: %x\n", irpStack->Parameters.DeviceIoControl.IoControlCode);