Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9b6ff3fb
Commit
9b6ff3fb
authored
Feb 06, 2015
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: line6: Get rid of unused variable in pod.c
Signed-off-by:
Takashi Iwai
<
tiwai@suse.de
>
parent
02fc76f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
sound/usb/line6/pod.c
sound/usb/line6/pod.c
+0
-1
No files found.
sound/usb/line6/pod.c
View file @
9b6ff3fb
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment