]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/mem-hotplug: replace simple_strtoull() with kstrtoull()
authorZhang Zhen <zhenzhang.zhang@huawei.com>
Thu, 26 Jun 2014 00:42:40 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:40 +0000 (10:42 +1000)
commitb1b88b0aca468b729e6228cb53eb7a6bd558e5e5
treecf0929ef3b5ee96ac8815da5f79ccc0e0d44be59
parent449bdd3118e39e61f565d7f14e977b6e420b1171
mm/mem-hotplug: replace simple_strtoull() with kstrtoull()

use the newer and more pleasant kstrtoull() to replace simple_strtoull(),
because simple_strtoull() is marked for obsoletion.

Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/base/memory.c