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:
2f30866
)
Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul
author
Andor Daam
<andor.daam@googlemail.com>
Mon, 5 Dec 2011 09:09:25 +0000
(10:09 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 8 Dec 2011 20:32:54 +0000
(12:32 -0800)
The function strict_strtoul is obsolete and should be replaced by the
new kstrto* functions.
The variable midi_mask_transmit is only used as unsigned short and the
datatypes of all affected variables were adjusted accordingly.
Signed-off-by: Andor Daam <andor.daam@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found