aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pcmcia/pdaudiocf
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-06-14 15:57:08 +0200
committerTakashi Iwai <tiwai@suse.de>2011-07-08 10:11:35 +0200
commit08ef79490dad6b88010e94795cf9f89b018ed504 (patch)
tree502f81a03967342952a5faae90d5fa129d75f951 /sound/pcmcia/pdaudiocf
parent81b85b6bd91e58bf800cbb3047aa74e61aff7bd9 (diff)
downloadkernel_samsung_smdk4412-08ef79490dad6b88010e94795cf9f89b018ed504.zip
kernel_samsung_smdk4412-08ef79490dad6b88010e94795cf9f89b018ed504.tar.gz
kernel_samsung_smdk4412-08ef79490dad6b88010e94795cf9f89b018ed504.tar.bz2
ALSA: pcmcia - Use pcmcia_request_irq()
The drivers don't require the exclusive irqs. Let's fix the deprecated warnings. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia/pdaudiocf')
-rw-r--r--sound/pcmcia/pdaudiocf/pdaudiocf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c
index ce33be0e..66488a7 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)
if (ret)
goto failed;
- ret = pcmcia_request_exclusive_irq(link, pdacf_interrupt);
+ ret = pcmcia_request_irq(link, pdacf_interrupt);
if (ret)
goto failed;