hwmon: (jz4740) fix signedness bug
authorAxel Lin <axel.lin@gmail.com>
Thu, 8 Dec 2011 13:04:12 +0000 (08:04 -0500)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 12 Dec 2011 16:31:21 +0000 (08:31 -0800)
wait_for_completion_interruptible_timeout() may return negative value.
In this case, checking if (t > 0)  will return true if t is unsigned.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: stable@kernel.org (3.0+)
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>

No differences found