From: Andor Daam Date: Mon, 5 Dec 2011 09:09:25 +0000 (+0100) Subject: Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul X-Git-Tag: v3.3-rc1~152^2~101^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d85fae04f23ebbdbbb11061b8eec48082ecdc43;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed