]> git.baikalelectronics.ru Git - kernel.git/commit
macintosh/ams: Replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:16:56 +0000 (16:16 +0900)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:57:43 +0000 (14:57 +1000)
commitda0d0d14c9ce19414fed8688da917b9dc0e3d092
tree8f3d7a812f6f4463a5ae7100d768160cd0ec8817
parenta438e6e00b3628bbc57bb5672545453ad10720c7
macintosh/ams: Replace strict_strtoul() with kstrtoul()

The usage 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/macintosh/ams/ams-input.c