Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78dea8cc authored by Michael Opdenacker's avatar Michael Opdenacker Committed by David S. Miller
Browse files

irda: update comment mentioning IRQF_DISABLED



This patch removes a comment mentioning IRQF_DISABLED,
which is deprecated.

Signed-off-by: default avatarMichael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 33235ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ typedef struct {
        int irq, irq2;        /* Interrupts used */
        int irq, irq2;        /* Interrupts used */
        int dma, dma2;        /* DMA channel(s) used */
        int dma, dma2;        /* DMA channel(s) used */
        int fifo_size;        /* FIFO size */
        int fifo_size;        /* FIFO size */
        int irqflags;         /* interrupt flags (ie, IRQF_SHARED|IRQF_DISABLED) */
        int irqflags;         /* interrupt flags (ie, IRQF_SHARED) */
	int direction;        /* Link direction, used by some FIR drivers */
	int direction;        /* Link direction, used by some FIR drivers */
	int enabled;          /* Powered on? */
	int enabled;          /* Powered on? */
	int suspended;        /* Suspended by APM */
	int suspended;        /* Suspended by APM */