Skip to content

Commit 54489d6

Browse files
committed
[CMBATT] Fix a debug print
1 parent 9e22156 commit 54489d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/acpi/cmbatt/cmexec.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "cmbatt.h"
1212

1313
#include <acpiioct.h>
14-
#include <debug.h>
1514

1615
typedef struct _ACPI_PACKAGE_FIELD
1716
{
@@ -385,7 +384,7 @@ CmBattSetTripPoint(IN PCMBATT_DEVICE_EXTENSION DeviceExtension,
385384
PAGED_CODE();
386385
if (CmBattDebug & 0x440)
387386
DbgPrint("CmBattSetTripPoint: _BTP Alarm Value %x Device %x Tid %x\n",
388-
AlarmValue, DeviceExtension->DeviceId, KeGetCurrentThread);
387+
AlarmValue, DeviceExtension->DeviceId, KeGetCurrentThread());
389388

390389
/* Request the _BTP method */
391390
*(PULONG)InputBuffer.MethodName = 'PTB_';

0 commit comments

Comments
 (0)