drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()
authorJingoo Han <[email protected]>
Wed, 11 Sep 2013 21:23:17 +0000 (14:23 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Sep 2013 22:58:16 +0000 (15:58 -0700)
commit20d0e57017b69e7e4ae7166c43f3a3f023ab9702
treed55357c5972c2fdc8fe1a150a376ef50f42ff961
parent8aa6c2166b5184fb2344062cf2fa229b197c1f84
drivers/firmware/google/gsmi.c: 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 <[email protected]>
Cc: Matt Fleming <[email protected]>
Cc: Tom Gundersen <[email protected]>
Cc: Mike Waychison <[email protected]>
Acked-by: Mike Waychison <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/firmware/google/gsmi.c