All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] w1: ds1wm: remove deprecated IRQF_DISABLED
@ 2013-10-13  7:23 Michael Opdenacker
  2013-10-16 16:18 ` Рустафа Джамурахметов
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Opdenacker @ 2013-10-13  7:23 UTC (permalink / raw)
  To: zbr; +Cc: gregkh, 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/w1/masters/ds1wm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/w1/masters/ds1wm.c b/drivers/w1/masters/ds1wm.c
index 96cab6a..41613f9 100644
--- a/drivers/w1/masters/ds1wm.c
+++ b/drivers/w1/masters/ds1wm.c
@@ -498,7 +498,7 @@ static int ds1wm_probe(struct platform_device *pdev)
 		irq_set_irq_type(ds1wm_data->irq, IRQ_TYPE_EDGE_FALLING);
 
 	ret = devm_request_irq(&pdev->dev, ds1wm_data->irq, ds1wm_isr,
-			IRQF_DISABLED | IRQF_SHARED, "ds1wm", ds1wm_data);
+			IRQF_SHARED, "ds1wm", ds1wm_data);
 	if (ret)
 		return ret;
 
-- 
1.8.1.2


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

* Re: [PATCH] w1: ds1wm: remove deprecated IRQF_DISABLED
  2013-10-13  7:23 [PATCH] w1: ds1wm: remove deprecated IRQF_DISABLED Michael Opdenacker
@ 2013-10-16 16:18 ` Рустафа Джамурахметов
  2013-10-16 16:19   ` Evgeniy Polyakov
  0 siblings, 1 reply; 3+ messages in thread
From: Рустафа Джамурахметов @ 2013-10-16 16:18 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: gregkh, linux-kernel

Hi

13.10.2013, 11:23, "Michael Opdenacker" <michael.opdenacker@free-electrons.com>:
> 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>

Both patches look good, thank you
Greg, please pull them into your tree

Acked-by: Evgeniy Polyakov <zbr@ioremap.net>

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

* Re: [PATCH] w1: ds1wm: remove deprecated IRQF_DISABLED
  2013-10-16 16:18 ` Рустафа Джамурахметов
@ 2013-10-16 16:19   ` Evgeniy Polyakov
  0 siblings, 0 replies; 3+ messages in thread
From: Evgeniy Polyakov @ 2013-10-16 16:19 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: gregkh, linux-kernel

Hi

13.10.2013, 11:23, "Michael Opdenacker" <michael.opdenacker@free-electrons.com>:
>  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>

Both patches look good, thank you
Greg, please pull them into your tree

Acked-by: Evgeniy Polyakov <zbr@ioremap.net>

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

end of thread, other threads:[~2013-10-16 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-13  7:23 [PATCH] w1: ds1wm: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-10-16 16:18 ` Рустафа Джамурахметов
2013-10-16 16:19   ` Evgeniy Polyakov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.