commit | 3be8102fe30c09e9b264a2f08ae2f69da7e32eb4 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Sep 19 11:21:51 2012 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Sep 23 21:08:35 2012 -0700 |
tree | 9b1ce5af8e456cd63ac53e9c2543fce639603425 | |
parent | 860f37319e9a1141b041ca2e77ca121dccde4b93 [diff] |
hwmon: (lm93) Drop unnecessary compare statement 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>