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:
27d3e36
)
[media] wl128x: fmdrv_common: fix signedness bugs
author
Xi Wang
<xi.wang@gmail.com>
Fri, 2 Dec 2011 09:01:11 +0000
(06:01 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 30 Dec 2011 19:00:56 +0000
(17:00 -0200)
Message-Id: <
1322820073
-19347-2-git-send-email-xi.wang@gmail.com>
The error handling with (ret < 0) didn't work where ret is a u32.
Use int instead. To be consistent we also change the functions to
return an int.
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found