2013-10-13 06:26:37

by Michael Opdenacker

[permalink] [raw]
Subject: [PATCH] irda: update comment mentioning IRQF_DISABLED

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

Signed-off-by: Michael Opdenacker <[email protected]>
---
include/net/irda/irda_device.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h
index 94c852d..1141747 100644
--- a/include/net/irda/irda_device.h
+++ b/include/net/irda/irda_device.h
@@ -162,7 +162,7 @@ typedef struct {
int irq, irq2; /* Interrupts used */
int dma, dma2; /* DMA channel(s) used */
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 enabled; /* Powered on? */
int suspended; /* Suspended by APM */
--
1.8.1.2


2013-10-17 19:15:07

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] irda: update comment mentioning IRQF_DISABLED

From: Michael Opdenacker <[email protected]>
Date: Sun, 13 Oct 2013 08:26:31 +0200

> This patch removes a comment mentioning IRQF_DISABLED,
> which is deprecated.
>
> Signed-off-by: Michael Opdenacker <[email protected]>

Applied to net-next, thanks.