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:
f05321c
)
Staging: bcm: signedness bug in InitCardAndDownloadFirmware()
author
Dan Carpenter
<error27@gmail.com>
Sat, 13 Nov 2010 08:24:22 +0000
(11:24 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 16 Nov 2010 20:31:50 +0000
(12:31 -0800)
status is used to store negative error codes throughout. The only place
where this is a runtime bug is if create_worker_threads() fails.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found