projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02fc76f
)
ALSA: line6: Get rid of unused variable in pod.c
author
Takashi Iwai
<tiwai@suse.de>
Fri, 6 Feb 2015 09:12:14 +0000
(10:12 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 6 Feb 2015 09:12:46 +0000
(10:12 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/pod.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/line6/pod.c
b/sound/usb/line6/pod.c
index 69aa3c42d5e82049d57acaf53c19df6881e85fa2..feec7070eacae9c5489611901332ba61d65693c2 100644
(file)
--- a/
sound/usb/line6/pod.c
+++ b/
sound/usb/line6/pod.c
@@
-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);