mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rsxx: remove deprecated IRQF_DISABLED
@ 2013-10-12  4:19 Michael Opdenacker
  2013-12-09  9:23 ` [PATCH][RESEND] " Michael Opdenacker
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Opdenacker @ 2013-10-12  4:19 UTC (permalink / raw)
  To: josh.h.morris, pjk1939; +Cc: linux-kernel, Michael Opdenacker

This patch proposes to remove the use of the IRQF_DISABLED flag

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 drivers/block/rsxx/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/rsxx/core.c b/drivers/block/rsxx/core.c
index 6e85e21..93ecb78 100644
--- a/drivers/block/rsxx/core.c
+++ b/drivers/block/rsxx/core.c
@@ -890,7 +890,7 @@ static int rsxx_pci_probe(struct pci_dev *dev,
 				"Failed to enable MSI\n");
 	}
 
-	st = request_irq(dev->irq, rsxx_isr, IRQF_DISABLED | IRQF_SHARED,
+	st = request_irq(dev->irq, rsxx_isr, IRQF_SHARED,
 			 DRIVER_NAME, card);
 	if (st) {
 		dev_err(CARD_TO_DEV(card),
-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <drivers/block/rsxx-remove-irqf-disabled>]

end of thread, other threads:[~2014-10-01 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-12  4:19 [PATCH] rsxx: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-12-09  9:23 ` [PATCH][RESEND] " Michael Opdenacker
2014-03-04 21:25   ` [PATCH] [RESEND] rsxx: Remove " Michael Opdenacker
2014-03-18  8:06     ` Michael Opdenacker
     [not found] <drivers/block/rsxx-remove-irqf-disabled>
2014-10-01 10:11 ` Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®