From: Valentin Rothberg Date: Sun, 4 Dec 2011 11:17:32 +0000 (+0100) Subject: Staging: olpc_dcon.c: obsolete use of strict_strtoul X-Git-Tag: v3.3-rc1~152^2~101^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e09a5e30a2b768480ab52628043e7d30a0e079;p=pandora-kernel.git Staging: olpc_dcon.c: obsolete use of strict_strtoul As noted by the checkpatch script, strict_strtoul is obsolete. Unsigned longs are used, so it seems good to take kstrtoul. Signed-off-by: Valentin Rothberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed