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:
860f373
)
hwmon: (lm93) Drop unnecessary compare statement
author
Guenter Roeck
<linux@roeck-us.net>
Wed, 19 Sep 2012 18:21:51 +0000
(11:21 -0700)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 24 Sep 2012 04:08:35 +0000
(21:08 -0700)
The following build warning is seen with -Wextra.
lm93.c: In function ‘store_fan_smart_tach’:
lm93.c:1833:2: warning: comparison of unsigned expression >= 0 is always true
Drop the unnecessary comparison.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
No differences found