]> Pileus Git - ~andy/linux/commit
Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul
authorAndor Daam <andor.daam@googlemail.com>
Mon, 5 Dec 2011 09:09:25 +0000 (10:09 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Dec 2011 20:32:54 +0000 (12:32 -0800)
commit4d85fae04f23ebbdbbb11061b8eec48082ecdc43
tree75de5d1cfd207b63ce4329b68e9a783ddd0f2326
parent2f30866fbf0dd3b1d5ea87ebab2a96222d1cebe9
Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul

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>
drivers/staging/line6/midi.c
drivers/staging/line6/midi.h