From: Lee Jones Date: Thu, 8 May 2014 11:58:24 +0000 (+0100) Subject: mfd: aat2870-core: Stop using obsolte simple_strtoul() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~129^2~49 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebc1c25ca2921f6e9becb9b3e6ea3ee2ffc8aaf;p=pandora-kernel.git mfd: aat2870-core: Stop using obsolte simple_strtoul() Soothes checkpatch warning: WARNING: simple_strtoul is obsolete, use kstrtoul instead #306: FILE: drivers/mfd/aat2870-core.c:306: + addr = simple_strtoul(start, &start, 16); Signed-off-by: Lee Jones --- Reading git-diff-tree failed