hwmon: (acpi_power_meter) Don't crash the kernel unnecessarily
authorGuenter Roeck <linux@roeck-us.net>
Fri, 13 Sep 2013 17:51:35 +0000 (10:51 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 13 Oct 2013 23:16:26 +0000 (16:16 -0700)
commit83c97fe13e026a7795a07bfca76fe5d4b5cc5157
tree01a9de593f19b2b8770ee7f693ea291bc6d4b7cf
parentc52ae3d2794ee2a248245a9e5a26f717e1c401f5
hwmon: (acpi_power_meter) Don't crash the kernel unnecessarily

acpi_power_meter crashes the kernel if it detects an unexpected event
or an internal implementation error. While the detected conditions
suggest that there is a bug in the code, the condition is not fatal.
Replace BUG() with WARN().

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/acpi_power_meter.c
This page took 0.041351 seconds and 5 git commands to generate.