[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <23ea039a250b4b074fb89a653e0c5c18@hardeman.nu>
Date: Mon, 14 Oct 2013 12:07:32 +0200
From: David Härdeman <david@...deman.nu>
To: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
Cc: m.chehab@...sung.com, linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org
Subject: Re: [PATCH] [media] winbond-cir: remove deprecated IRQF_DISABLED
On 2013-10-13 08:11, Michael Opdenacker wrote:
> 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@...e-electrons.com>
Acked-by: David Härdeman <david@...deman.nu>
> ---
> drivers/media/rc/winbond-cir.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/rc/winbond-cir.c
> b/drivers/media/rc/winbond-cir.c
> index 98bd496..904baf4 100644
> --- a/drivers/media/rc/winbond-cir.c
> +++ b/drivers/media/rc/winbond-cir.c
> @@ -1110,7 +1110,7 @@ wbcir_probe(struct pnp_dev *device, const struct
> pnp_device_id *dev_id)
> }
>
> err = request_irq(data->irq, wbcir_irq_handler,
> - IRQF_DISABLED, DRVNAME, device);
> + 0, DRVNAME, device);
> if (err) {
> dev_err(dev, "Failed to claim IRQ %u\n", data->irq);
> err = -EBUSY;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists