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:
320d6c1
)
wl12xx: change type from u8 to int
author
Dan Carpenter
<error27@gmail.com>
Mon, 7 Feb 2011 16:47:42 +0000
(19:47 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 22 Feb 2011 16:06:35 +0000
(18:06 +0200)
ret is used to store int types. Using an u8 will break the error
handling.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found