From: Nicholas Mc Guire Date: Tue, 3 Feb 2015 07:38:56 +0000 (-0500) Subject: ALSA: line6: fixup of line6_start_timer argument type X-Git-Tag: fixes-v4.0-rc1~146^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ccd93bdb989507717edb375d40534f1177822c5;p=pandora-kernel.git ALSA: line6: fixup of line6_start_timer argument type line6_start_timer passes an unsigned int as argument to be used in mod_timer which is then used by mod_timer as unsigned long, this just fixes up the argument type. This change helps make static code checkers happy. Signed-off-by: Nicholas Mc Guire Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed