]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: line6: fixup of line6_start_timer argument type
authorNicholas Mc Guire <hofrat@osadl.org>
Tue, 3 Feb 2015 07:38:56 +0000 (02:38 -0500)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Feb 2015 08:44:04 +0000 (09:44 +0100)
commiteab9d63bc0546c64273ae82ef2fbe78fbd7e713e
treebc18bda9d502c32a916e6858be4a7aa95ef18964
parenta62bffb6d3fc2f92c8e5443d2cddb2a96838fb8f
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 <hofrat@osadl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/driver.c
sound/usb/line6/driver.h