netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irda: update comment mentioning IRQF_DISABLED
@ 2013-10-13  6:26 Michael Opdenacker
  2013-10-17 19:15 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2013-10-13  6:26 UTC (permalink / raw)
  To: samuel, davem; +Cc: netdev, linux-kernel, Michael Opdenacker

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

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] irda: update comment mentioning IRQF_DISABLED
  2013-10-13  6:26 [PATCH] irda: update comment mentioning IRQF_DISABLED Michael Opdenacker
@ 2013-10-17 19:15 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-10-17 19:15 UTC (permalink / raw)
  To: michael.opdenacker; +Cc: samuel, netdev, linux-kernel

From: Michael Opdenacker <michael.opdenacker@free-electrons.com>
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 <michael.opdenacker@free-electrons.com>

Applied to net-next, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-17 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13  6:26 [PATCH] irda: update comment mentioning IRQF_DISABLED Michael Opdenacker
2013-10-17 19:15 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).