diff options
Diffstat (limited to 'sound/pcmcia/vx')
-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 d9ef21d8fa7..31777d1ea49 100644 --- a/sound/pcmcia/vx/vxpocket.c +++ b/sound/pcmcia/vx/vxpocket.c | |||
@@ -229,7 +229,7 @@ static int vxpocket_config(struct pcmcia_device *link) | |||
229 | if (ret) | 229 | if (ret) |
230 | goto failed; | 230 | goto failed; |
231 | 231 | ||
232 | ret = pcmcia_request_exclusive_irq(link, snd_vx_irq_handler); | 232 | ret = pcmcia_request_irq(link, snd_vx_irq_handler); |
233 | if (ret) | 233 | if (ret) |
234 | goto failed; | 234 | goto failed; |
235 | 235 | ||