提交 79ca4f3f 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] vxpocket - Fix a typo

Fix a typo of return value from vxpocket_config().
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 d7f6f115
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册