Skip to content

Commit

Permalink
[ALSA] vxpocket - Fix a typo
Browse files Browse the repository at this point in the history
Fix a typo of return value from vxpocket_config().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent d7f6f11 commit 79ca4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pcmcia/vx/vxpocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 79ca4f3

Please sign in to comment.