From: Jingoo Han Date: Wed, 11 Sep 2013 21:23:17 +0000 (-0700) Subject: drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~52^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d0e57017b69e7e4ae7166c43f3a3f023ab9702;p=pandora-kernel.git 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 Cc: Matt Fleming Cc: Tom Gundersen Cc: Mike Waychison Acked-by: Mike Waychison Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed