hwmon: (ltc2945) Don't crash the kernel unnecessarily
authorGuenter Roeck <linux@roeck-us.net>
Mon, 21 Apr 2014 17:38:08 +0000 (10:38 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 24 Apr 2014 13:09:43 +0000 (06:09 -0700)
An implementation error should not crash the kernel if it is avoidable.
Replace BUG() with WARN_ONCE().

Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found