diff options
Diffstat (limited to 'sound/pcmcia/pdaudiocf/pdaudiocf.c')
| -rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c index ce33be0e4e98..66488a7a5706 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c | |||
| @@ -223,7 +223,7 @@ static int pdacf_config(struct pcmcia_device *link) | |||
| 223 | if (ret) | 223 | if (ret) |
| 224 | goto failed; | 224 | goto failed; |
| 225 | 225 | ||
| 226 | ret = pcmcia_request_exclusive_irq(link, pdacf_interrupt); | 226 | ret = pcmcia_request_irq(link, pdacf_interrupt); |
| 227 | if (ret) | 227 | if (ret) |
| 228 | goto failed; | 228 | goto failed; |
| 229 | 229 | ||
