platform: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:18:47 +0000 (16:18 +0900)
committerMatthew Garrett <matthew.garrett@nebula.com>
Thu, 5 Sep 2013 12:51:52 +0000 (08:51 -0400)
commit0db7fd969e567dc0e4d2a7138896d6860f9614d5
tree9bdab628aad16a0683276693971fd4c1b32771cf
parent2ff1af707b09cbf29247c9224fb3494305e82aef
platform: replace strict_strto*() with kstrto*()

The usage of strict_strtoul() and strict_strtol() is not preferred,
because strict_strtoul() and strict_strtol() are obsolete. Thus,
kstrtoul() and kstrtol() should be used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/classmate-laptop.c
drivers/platform/x86/compal-laptop.c