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:
dcc6c2f
)
cfg80211: fix integer signedness in chandef_primary_freqs()
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 29 Oct 2014 16:05:39 +0000
(17:05 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 29 Oct 2014 17:42:51 +0000
(18:42 +0100)
The helper function can't ever create negative values, so use
u32 pointers as the function arguments as the caller does.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found