Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b6ff3fb authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: line6: Get rid of unused variable in pod.c



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 02fc76f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -397,7 +397,6 @@ static struct snd_kcontrol_new pod_control_monitor = {
static void line6_pod_disconnect(struct usb_line6 *line6)
{
	struct usb_line6_pod *pod = (struct usb_line6_pod *)line6;
	struct device *dev = line6->ifcdev;

	del_timer_sync(&pod->startup_timer);
	cancel_work_sync(&pod->startup_work);