commit | 3dbb95f7895e378514ffefa93cc887fb1bc9df94 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Sep 11 14:20:25 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:57:11 2013 -0700 |
tree | 486dc488c1179eba79a1c3a9e31552b62a03290b | |
parent | 6df46865ff8715932e7d42e52cac17e8461758cb [diff] |
mm: replace strict_strtoul() with kstrtoul() The use of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>