From: Jingoo Han Date: Fri, 19 Jul 2013 06:53:16 +0000 (+0900) Subject: HID: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~125^2~1^8~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc450b55d6b9215da27c5dc2c5f3ca1865575a6;p=pandora-kernel.git HID: 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed