mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[ALSA] vxpocket - Fix a typo
Fix a typo of return value from vxpocket_config(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d7f6f1157f
commit
79ca4f3f62
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue