mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-08 12:41:59 +00:00
[ALSA] doc - Remove IRQF_DISABLED from the example description
Remove the bogus IRQF_DISBLAED together with IRQF_SHARED from the example code in the document. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
7034632d88
commit
a110133d4c
@ -1333,7 +1333,7 @@
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
if (request_irq(pci->irq, snd_mychip_interrupt,
|
if (request_irq(pci->irq, snd_mychip_interrupt,
|
||||||
IRQF_DISABLED|IRQF_SHARED, "My Chip", chip)) {
|
IRQF_SHARED, "My Chip", chip)) {
|
||||||
printk(KERN_ERR "cannot grab irq %d\n", pci->irq);
|
printk(KERN_ERR "cannot grab irq %d\n", pci->irq);
|
||||||
snd_mychip_free(chip);
|
snd_mychip_free(chip);
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
|
Loading…
Reference in New Issue
Block a user