OSDN Git Service

hwmon: (w83627ehf) Add missing break statement
authorGuenter Roeck <linux@roeck-us.net>
Thu, 21 Jun 2012 13:32:40 +0000 (06:32 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 22 Jul 2012 04:48:28 +0000 (21:48 -0700)
commit58c3667d83376c2f3016465f59f22c19c8f846e1
treeaedaf79bd15acb86f9def70c1e1d02e146e266b4
parent28a33cbc24e4256c143dce96c7d93bf423229f92
hwmon: (w83627ehf) Add missing break statement

A case statement in nct6775_write_fan_div() is missing a break. Fix it.

This patch addresses Coverity #141439: Missing break in switch.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/w83627ehf.c