This website works better with JavaScript.
Home
Explore
Help
Sign In
linux-kernel
/
linux-imx
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
12
Wiki
Activity
Browse Source
[ALSA] vxpocket - Fix a typo
Fix a typo of return value from vxpocket_config(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
imx_3.10.17_1.0.0_ga
Takashi Iwai
15 years ago
committed by
Jaroslav Kysela
parent
d7f6f1157f
commit
79ca4f3f62
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sound/pcmcia/vx/vxpocket.c
+ 1
- 1
sound/pcmcia/vx/vxpocket.c
View File
@ -261,7 +261,7 @@ static int vxpocket_config(struct pcmcia_device *link)
link
-
>
dev_node
=
&
vxp
-
>
node
;
kfree
(
parse
)
;
return
9
;
return
0
;
cs_failed
:
cs_error
(
link
,
last_fn
,
last_ret
)
;
Write
Preview
Loading…
Cancel
Save