From: Kurt Kanzenbach Date: Wed, 5 Dec 2012 19:03:35 +0000 (+0100) Subject: Staging: ft1000-usb: Fix call to obsolete function X-Git-Tag: v3.9-rc1~127^2~580 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11b0e860bff66d20d7d88211df58620619a0fcd;p=pandora-kernel.git Staging: ft1000-usb: Fix call to obsolete function strict_strtoul is obsolete and should be replaced with kstrto* function as reported by checkpatch.pl. pInfo->CardNumber is a u8. This is why kstrtou8 should be used here. Signed-off-by: Kurt Kanzenbach Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed