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:
7b88fc0
)
[media] atmel-isi: Update error check for unsigned variables
author
Tushar Behera
<tushar.behera@linaro.org>
Fri, 16 Nov 2012 06:50:37 +0000
(
03:50
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 4 Apr 2013 22:48:50 +0000
(19:48 -0300)
Checking '< 0' for unsigned variables always returns false. For error
codes, use IS_ERR_VALUE() instead.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found