Re: [PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-02 Thread Sebastian Reichel
Hi, On Wed, Oct 01, 2014 at 10:28:55PM +0200, Michael Opdenacker wrote: > Remove the use of the IRQF_DISABLED flag > from drivers/hsi/clients/nokia-modem.c > > It's a NOOP since 2.6.35 and it will be removed soon. > > Signed-off-by: Michael Opdenacker https://git.kernel.org/cgit/linux/kernel/g

Re: [PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-02 Thread Pavel Machek
On Thu 2014-10-02 22:19:28, Michael Opdenacker wrote: > On 09/12/2014 04:40 PM, Pavel Machek wrote: > > On Wed 2014-10-01 22:28:55, Michael Opdenacker wrote: > >> Remove the use of the IRQF_DISABLED flag > >> from drivers/hsi/clients/nokia-modem.c > >> > >> It's a NOOP since 2.6.35 and it will be r

Re: [PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-02 Thread Michael Opdenacker
On 09/12/2014 04:40 PM, Pavel Machek wrote: > On Wed 2014-10-01 22:28:55, Michael Opdenacker wrote: >> Remove the use of the IRQF_DISABLED flag >> from drivers/hsi/clients/nokia-modem.c >> >> It's a NOOP since 2.6.35 and it will be removed soon. >> >> Signed-off-by: Michael Opdenacker > Acked-by:

Re: [PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-01 Thread Pavel Machek
On Wed 2014-10-01 22:28:55, Michael Opdenacker wrote: > Remove the use of the IRQF_DISABLED flag > from drivers/hsi/clients/nokia-modem.c > > It's a NOOP since 2.6.35 and it will be removed soon. > > Signed-off-by: Michael Opdenacker Acked-by: Pavel Machek > --- a/drivers/hsi/clients/nokia-

[PATCH] HSI: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
Remove the use of the IRQF_DISABLED flag from drivers/hsi/clients/nokia-modem.c It's a NOOP since 2.6.35 and it will be removed soon. Signed-off-by: Michael Opdenacker --- drivers/hsi/clients/nokia-modem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hsi/clients/n