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)
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>

No differences found