From: Arend van Spriel Date: Mon, 8 Aug 2011 13:58:37 +0000 (+0200) Subject: staging: brcm80211: replace simple_strtoul usage in brcmfmac X-Git-Tag: v3.2-rc1~169^2^2~864^2~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b92610eef4646c252171d059a84c705b66ede5;p=pandora-kernel.git staging: brcm80211: replace simple_strtoul usage in brcmfmac 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 Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed