From: Dan Carpenter Date: Sat, 19 Oct 2013 09:12:22 +0000 (+0300) Subject: hwmon: (w83793) Clean up a signedness issue X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26336c8a36c0a6a28b9ecf6f1bb8c8f5605d6a21;p=pandora-kernel.git hwmon: (w83793) Clean up a signedness issue We cap the upper bound of "mtimeout" but since it's signed we should check for negative values as well. The mistake is harmless. But I have changed it to unsigned as a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed