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:
fcee7a0
)
drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit
author
Darren Jenkins
<darrenrjenkins@gmail.com>
Wed, 2 Jul 2008 23:41:38 +0000
(09:41 +1000)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 7 Jul 2008 19:29:28 +0000
(15:29 -0400)
Coverity CID: 2265 NEGATIVE_RETURNS
"rate" is of an unsigned type, and the code requires a signed type.
The following patch makes it so.
Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found