We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e22156 commit 54489d6Copy full SHA for 54489d6
drivers/acpi/cmbatt/cmexec.c
@@ -11,7 +11,6 @@
11
#include "cmbatt.h"
12
13
#include <acpiioct.h>
14
-#include <debug.h>
15
16
typedef struct _ACPI_PACKAGE_FIELD
17
{
@@ -385,7 +384,7 @@ CmBattSetTripPoint(IN PCMBATT_DEVICE_EXTENSION DeviceExtension,
385
384
PAGED_CODE();
386
if (CmBattDebug & 0x440)
387
DbgPrint("CmBattSetTripPoint: _BTP Alarm Value %x Device %x Tid %x\n",
388
- AlarmValue, DeviceExtension->DeviceId, KeGetCurrentThread);
+ AlarmValue, DeviceExtension->DeviceId, KeGetCurrentThread());
389
390
/* Request the _BTP method */
391
*(PULONG)InputBuffer.MethodName = 'PTB_';
0 commit comments