commit | 251c3948808046c39359658fa2faffff45b825d3 | [log] [tgz] |
---|---|---|
author | Andor Daam <andor.daam@googlemail.com> | Mon Dec 05 10:10:37 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Dec 08 12:32:55 2011 -0800 |
tree | c01beda62ff65c839cff314636963dfc05924167 | |
parent | 4d85fae04f23ebbdbbb11061b8eec48082ecdc43 [diff] |
Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul The obsolete function strict_strtoul should be replaced by the kstrto* functions. In this context kstrtou16 should be use, as midi_mask_receive is only used as unsigned short. All corresponding datatypes were adapted accordingly. Signed-off-by: Andor Daam <andor.daam@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>