commit | 39b103b4d2e6f006dbd425cf71c46914bd31ce80 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Sep 14 00:43:12 2013 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Oct 13 16:16:27 2013 -0700 |
tree | cb60f01af6e34b00083d5cb1dbece7b21a1cd87f | |
parent | 674d0ed8588c11ec9f70c8427ac83a73e0d156d5 [diff] |
hwmon: (f75375s) Don't crash the kernel unnecessarily The f75375s driver crashes the kernel if it detects an 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(). Cc: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Guenter Roeck <linux@roeck-us.net>