aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pcmcia/vx/vxpocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/vx/vxpocket.c b/sound/pcmcia/vx/vxpocket.c
index fcb952f94ef8..de5bb9c26b77 100644
--- a/sound/pcmcia/vx/vxpocket.c
+++ b/sound/pcmcia/vx/vxpocket.c
@@ -407,7 +407,7 @@ static dev_link_t *vxpocket_attach(void)
407 return NULL; 407 return NULL;
408 } 408 }
409 409
410 vxp->index = index[i]; 410 vxp->index = i;
411 card_alloc |= 1 << i; 411 card_alloc |= 1 << i;
412 412
413 /* Chain drivers */ 413 /* Chain drivers */