Staging: olpc_dcon.c: obsolete use of strict_strtoul
authorValentin Rothberg <valentinrothberg@googlemail.com>
Sun, 4 Dec 2011 11:17:32 +0000 (12:17 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Dec 2011 23:01:48 +0000 (15:01 -0800)
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 <valentinrothberg@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found