From: Yuanhan Liu Date: Mon, 6 Aug 2012 14:13:00 +0000 (+0800) Subject: x86/irq/i8259: Fix incorrect comment X-Git-Tag: firefly_0821_release~3680^2~1995^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d3a8009b1731abb7026a840d1c2701f877f9429f;p=firefly-linux-kernel-4.4.55.git x86/irq/i8259: Fix incorrect comment Signed-off-by: Yuanhan Liu Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/i8259.c b/arch/x86/kernel/i8259.c index 36d1853e91af..9a5c460404dc 100644 --- a/arch/x86/kernel/i8259.c +++ b/arch/x86/kernel/i8259.c @@ -263,7 +263,7 @@ static void i8259A_shutdown(void) * out of. */ outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */ - outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-1 */ + outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */ } static struct syscore_ops i8259_syscore_ops = {