]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit26336c8a36c0a6a28b9ecf6f1bb8c8f5605d6a21
treec7de6fd00052d616f866c6f2525ac71d4fa5725a
parent1e687e806b8ea1b1428e3e664afd4081e435f6d0
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 <dan.carpenter@oracle.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/w83793.c