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