From: Guenter Roeck Date: Wed, 19 Sep 2012 18:21:51 +0000 (-0700) Subject: hwmon: (lm93) Drop unnecessary compare statement X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~72^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be8102fe30c09e9b264a2f08ae2f69da7e32eb4;p=pandora-kernel.git 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 Acked-by: Jean Delvare --- Reading git-diff-tree failed