Re: [PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED

2015-03-30 Thread Brian Norris
On Thu, Mar 26, 2015 at 06:39:53PM -0700, Michael Opdenacker wrote: > This removes the use of the IRQF_DISABLED flag > from drivers/mtd/nand/hisi504_nand.c > > It's a NOOP since 2.6.35. > > Signed-off-by: Michael Opdenacker > --- > drivers/mtd/nand/hisi504_nand.c | 2 +- > 1 file changed, 1

Re: [PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED

2015-03-30 Thread Brian Norris
On Thu, Mar 26, 2015 at 06:39:53PM -0700, Michael Opdenacker wrote: This removes the use of the IRQF_DISABLED flag from drivers/mtd/nand/hisi504_nand.c It's a NOOP since 2.6.35. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/mtd/nand/hisi504_nand.c |

[PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED

2015-03-26 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from drivers/mtd/nand/hisi504_nand.c It's a NOOP since 2.6.35. Signed-off-by: Michael Opdenacker --- drivers/mtd/nand/hisi504_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/hisi504_nand.c

[PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED

2015-03-26 Thread Michael Opdenacker
This removes the use of the IRQF_DISABLED flag from drivers/mtd/nand/hisi504_nand.c It's a NOOP since 2.6.35. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/mtd/nand/hisi504_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git