Remove some debug output and disable debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31986 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -284,7 +284,6 @@ acpi_battery_write(void* cookie, off_t position, const void* buffer, size_t* num
|
|||||||
status_t
|
status_t
|
||||||
acpi_battery_control(void* _cookie, uint32 op, void* arg, size_t len)
|
acpi_battery_control(void* _cookie, uint32 op, void* arg, size_t len)
|
||||||
{
|
{
|
||||||
TRACE("acpi_battery: acpi_battery_control op %u\n", int(op));
|
|
||||||
battery_device_cookie* device = (battery_device_cookie*)_cookie;
|
battery_device_cookie* device = (battery_device_cookie*)_cookie;
|
||||||
status_t err = B_ERROR;
|
status_t err = B_ERROR;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "device/power_managment.h"
|
#include "device/power_managment.h"
|
||||||
|
|
||||||
#define TRACE_BATTERY
|
//#define TRACE_BATTERY
|
||||||
#ifdef TRACE_BATTERY
|
#ifdef TRACE_BATTERY
|
||||||
# define TRACE(x...) dprintf("acpi_battery: "x)
|
# define TRACE(x...) dprintf("acpi_battery: "x)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user