diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pcmcia/vx/vxpocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/vx/vxpocket.c b/sound/pcmcia/vx/vxpocket.c index 7e0cda2b6ef9..cafe6640cc1a 100644 --- a/sound/pcmcia/vx/vxpocket.c +++ b/sound/pcmcia/vx/vxpocket.c | |||
@@ -261,7 +261,7 @@ static int vxpocket_config(struct pcmcia_device *link) | |||
261 | 261 | ||
262 | link->dev_node = &vxp->node; | 262 | link->dev_node = &vxp->node; |
263 | kfree(parse); | 263 | kfree(parse); |
264 | return 9; | 264 | return 0; |
265 | 265 | ||
266 | cs_failed: | 266 | cs_failed: |
267 | cs_error(link, last_fn, last_ret); | 267 | cs_error(link, last_fn, last_ret); |