- Stop using ObfXXX and IofXXX in C code. This is bad style. Always use the non-f...
[reactos.git] / reactos / drivers / bus / acpi / compbatt / compmisc.c
index ced7e41..f34aa9a 100644 (file)
@@ -43,7 +43,7 @@ BatteryIoctl(IN ULONG IoControlCode,
     if (Irp)
     {
         /* Call the class driver miniport */
-        Status = IofCallDriver(DeviceObject, Irp);
+        Status = IoCallDriver(DeviceObject, Irp);
         if (Status == STATUS_PENDING)
         {
             /* Wait for result */