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)
commit88e09a5e30a2b768480ab52628043e7d30a0e079
tree9e201a7913159480e2e19dc955a5a426a375abec
parent463ac7f7fe319a30543d9722164ab31ebffbafb3
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 <valentinrothberg@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/olpc_dcon/olpc_dcon.c