git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a33cb
)
hwmon: (w83627ehf) Add missing break statement
author
Guenter Roeck
<linux@roeck-us.net>
Thu, 21 Jun 2012 13:32:40 +0000
(06:32 -0700)
committer
Guenter Roeck
<linux@roeck-us.net>
Sun, 22 Jul 2012 04:48:28 +0000
(21:48 -0700)
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>
No differences found