The patch titled irq: fixed coding style has been added to the -mm tree. Its filename is irq-fixed-coding-style.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: irq: fixed coding style From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/irq/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/irq/chip.c~irq-fixed-coding-style kernel/irq/chip.c --- a/kernel/irq/chip.c~irq-fixed-coding-style +++ a/kernel/irq/chip.c @@ -146,7 +146,7 @@ static void default_disable(unsigned int struct irq_desc *desc = irq_desc + irq; if (!(desc->status & IRQ_DELAYED_DISABLE)) - irq_desc[irq].chip->mask(irq); + desc->chip->mask(irq); } /* _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are drivers-base-check-errors-fix-2.patch powerpc-use-check_irq_per_cpu.patch always-define-irq_per_cpu.patch irq-fixed-coding-style.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html