hwmon: (w83793) Clean up a signedness issue
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 19 Oct 2013 09:12:22 +0000 (12:12 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 19 Oct 2013 16:04:25 +0000 (09:04 -0700)
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 <dan.carpenter@oracle.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found