From: Arend van Spriel Date: Mon, 8 Aug 2011 13:58:26 +0000 (+0200) Subject: staging: brcm80211: replace simple_strtoul usage in brcmsmac X-Git-Tag: v3.2-rc1~169^2^2~864^2~342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7e0c5df5910157441b680622447c903436f04a;p=pandora-kernel.git staging: brcm80211: replace simple_strtoul usage in brcmsmac The usage of simple_strtoul is not preferred. Instead kstrtoul should be used. This patch fixes this for the brcmsmac driver. Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed