git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc47ce9
)
hwmon: (jz4740) fix signedness bug
author
Axel Lin
<axel.lin@gmail.com>
Thu, 8 Dec 2011 13:04:12 +0000
(08:04 -0500)
committer
Guenter 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