git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e09a5
)
Staging: olpc_dcon.c: obsolete use of strict_stroul
author
Valentin Rothberg
<valentinrothberg@googlemail.com>
Mon, 5 Dec 2011 10:02:35 +0000
(11:02 +0100)
committer
Greg 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