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:
e0e52d4
)
[media] qt1010: signedness bug in qt1010_init_meas1()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 10 Aug 2012 08:25:03 +0000
(
05:25
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 12 Aug 2012 16:21:06 +0000
(13:21 -0300)
qt1010_init_meas2() returns zero on success and negative error codes on
failure so the return type should be int instead of u8.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found