]> git.baikalelectronics.ru Git - kernel.git/commit
mm/mem-hotplug: replace simple_strtoull() with kstrtoull()
authorZhang Zhen <zhenzhang.zhang@huawei.com>
Wed, 6 Aug 2014 23:06:06 +0000 (16:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:18 +0000 (18:01 -0700)
commit7b6b9fe2783ff21a9d08e52d18ded6a216a6f366
tree6f1d7eb7b7ce3c97c8b92ed31c25734ed9423929
parent9f3a337bac57d1b76abbeb8bae5a6bc57d5fbe19
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/base/memory.c