From: Jingoo Han Date: Fri, 19 Jul 2013 07:09:38 +0000 (+0900) Subject: Bluetooth: replace strict_strtol() with kstrtol() X-Git-Tag: v3.12-rc1~132^2~84^2^2~54^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=473c13179c5828f7123a4d9fe449d8bd79fae254;p=pandora-kernel.git Bluetooth: replace strict_strtol() with kstrtol() The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed