Commit 79ca4f3f authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] vxpocket - Fix a typo



Fix a typo of return value from vxpocket_config().

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d7f6f115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);