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:
b7d41d6
)
V4L/DVB: video: testing unsigned for less than 0
author
Dan Carpenter
<error27@gmail.com>
Wed, 7 Apr 2010 09:41:14 +0000
(06:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 6 May 2010 22:20:52 +0000
(19:20 -0300)
soc_mbus_bytes_per_line() returns -EINVAL on error but we store it in an
unsigned int so the test for less than zero doesn't work. I think it
always returns "small" positive values so we can just cast it to int
here.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/sh_mobile_ceu_camera.c
patch
|
blob
|
history
diff --cc
drivers/media/video/sh_mobile_ceu_camera.c
Simple merge