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:
269d91f
)
[media] redrat3: change return argument on redrat3_send_cmd() to int
author
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Wed, 29 Apr 2015 18:00:30 +0000
(15:00 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Fri, 1 May 2015 09:10:38 +0000
(06:10 -0300)
redrat3_send_cmd() can return an error or the read data. However,
it currently returns an u8, as reported by smatch:
drivers/media/rc/redrat3.c:416 redrat3_send_cmd() warn: signedness bug returning '(-12)'
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found