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:
e8e626a
)
iwlwifi: transport config n_no_reclaim_cmds should be unsigned
author
Johannes Berg
<johannes.berg@intel.com>
Mon, 28 Oct 2013 18:29:38 +0000
(19:29 +0100)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 29 Oct 2013 13:50:11 +0000
(14:50 +0100)
The number of commands can never be negative, so it should
be using an unsigned type. This also shuts up an smatch
warning elsewhere in the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found