diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-08 14:04:12 +0100 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-12-12 17:31:21 +0100 |
commit | 0b57d7602b68f7b2786b2f0e22da39cbd4139a95 (patch) | |
tree | 69470f02a26e8242e4579f8ac9247fac1671955b /Makefile | |
parent | Linux 3.2-rc5 (diff) | |
download | linux-0b57d7602b68f7b2786b2f0e22da39cbd4139a95.tar.xz linux-0b57d7602b68f7b2786b2f0e22da39cbd4139a95.zip |
hwmon: (jz4740) fix signedness bug
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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions