ALSA: line6: Get rid of unused variable in pod.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
02fc76f6a7
commit
9b6ff3fb96
1 changed files with 0 additions and 1 deletions
|
@ -397,7 +397,6 @@ static struct snd_kcontrol_new pod_control_monitor = {
|
||||||
static void line6_pod_disconnect(struct usb_line6 *line6)
|
static void line6_pod_disconnect(struct usb_line6 *line6)
|
||||||
{
|
{
|
||||||
struct usb_line6_pod *pod = (struct usb_line6_pod *)line6;
|
struct usb_line6_pod *pod = (struct usb_line6_pod *)line6;
|
||||||
struct device *dev = line6->ifcdev;
|
|
||||||
|
|
||||||
del_timer_sync(&pod->startup_timer);
|
del_timer_sync(&pod->startup_timer);
|
||||||
cancel_work_sync(&pod->startup_work);
|
cancel_work_sync(&pod->startup_work);
|
||||||
|
|
Loading…
Add table
Reference in a new issue