aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/line6/pod.c1
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 = {
397static void line6_pod_disconnect(struct usb_line6 *line6) 397static 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);