commit | 83c97fe13e026a7795a07bfca76fe5d4b5cc5157 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Fri Sep 13 10:51:35 2013 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Oct 13 16:16:26 2013 -0700 |
tree | 01a9de593f19b2b8770ee7f693ea291bc6d4b7cf | |
parent | c52ae3d2794ee2a248245a9e5a26f717e1c401f5 [diff] |
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>