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:
9917124
)
staging: brcm80211: replace simple_strtoul usage in brcmfmac
author
Arend van Spriel
<arend@broadcom.com>
Mon, 8 Aug 2011 13:58:37 +0000
(15:58 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 23 Aug 2011 20:00:05 +0000
(13:00 -0700)
The usage of simple_strtoul is not preferred. Instead kstrtoul
should be used. This patch fixes this for the brcmfmac driver.
Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found