From: Jingoo Han Date: Wed, 5 Feb 2014 02:49:36 +0000 (+0900) Subject: Staging: rtl8812ae: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.15-rc1~139^2~1228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec1cb760582f8e666fb493ed1ccec7d5cc3d8c6;p=pandora-kernel.git Staging: rtl8812ae: 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: Greg Kroah-Hartman --- Reading git-diff-tree failed