Staging: olpc_dcon.c: obsolete use of strict_stroul
authorValentin Rothberg <valentinrothberg@googlemail.com>
Mon, 5 Dec 2011 10:02:35 +0000 (11:02 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Dec 2011 23:01:49 +0000 (15:01 -0800)
commitc542341dff7cd818015247d290aa0971888a7b08
treebb5764db379cb86377f5e17a5243e8b8e2290a6d
parent88e09a5e30a2b768480ab52628043e7d30a0e079
Staging: olpc_dcon.c: obsolete use of strict_stroul

As Dan mentioned, dcon_write() will only write u16 values. The
appropriate parts have been changed. As a result of module_param()
not accepting u16 as a valid data type, ushort is used.

Signed-off-by: Valentin Rothberg <valentinrothberg@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/olpc_dcon/olpc_dcon.c