diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-06 04:12:14 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-06 04:12:46 -0500 |
commit | 9b6ff3fb9644b962b39816c571e38ddc1412fea0 (patch) | |
tree | 8ed9210844373a0efb416106a410dcf21da534eb /sound/usb | |
parent | 02fc76f6a7dbc6cdc3613957f5f1ed435eab5959 (diff) |
ALSA: line6: Get rid of unused variable in pod.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/line6/pod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/line6/pod.c b/sound/usb/line6/pod.c index 69aa3c42d5e8..feec7070eaca 100644 --- a/sound/usb/line6/pod.c +++ b/sound/usb/line6/pod.c | |||
@@ -397,7 +397,6 @@ static struct snd_kcontrol_new pod_control_monitor = { | |||
397 | static void line6_pod_disconnect(struct usb_line6 *line6) | 397 | static void line6_pod_disconnect(struct usb_line6 *line6) |
398 | { | 398 | { |
399 | struct usb_line6_pod *pod = (struct usb_line6_pod *)line6; | 399 | struct usb_line6_pod *pod = (struct usb_line6_pod *)line6; |
400 | struct device *dev = line6->ifcdev; | ||
401 | 400 | ||
402 | del_timer_sync(&pod->startup_timer); | 401 | del_timer_sync(&pod->startup_timer); |
403 | cancel_work_sync(&pod->startup_work); | 402 | cancel_work_sync(&pod->startup_work); |