public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC patch] MIPS: deduplicate comment for i8259
@ 2011-08-04 14:46 Hillf Danton
  2011-08-20 13:19 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Hillf Danton @ 2011-08-04 14:46 UTC (permalink / raw)
  To: Ralf Baechle, LKML

The comment for the slave PIC is changed from 8259A-1 to 8259A-2.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
---
 arch/mips/kernel/i8259.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c
index c018696..55d2624 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
@@ -230,7 +230,7 @@ static int i8259A_shutdown(struct sys_device *dev)
 	 */
 	if (i8259A_auto_eoi >= 0) {
 		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 */
 	}
 	return 0;
 }

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [RFC patch] MIPS: deduplicate comment for i8259
  2011-08-04 14:46 [RFC patch] MIPS: deduplicate comment for i8259 Hillf Danton
@ 2011-08-20 13:19 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2011-08-20 13:19 UTC (permalink / raw)
  To: Hillf Danton; +Cc: LKML, linux-mips

On Thu, Aug 04, 2011 at 10:46:41PM +0800, Hillf Danton wrote:

> Subject: [RFC patch] MIPS: deduplicate comment for i8259
            ^^^
If you want a patch to be applied better don't mark it RFC or I might
think that you only wish it to be commented.

Anyway, applied.  Thanks!

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-20 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 14:46 [RFC patch] MIPS: deduplicate comment for i8259 Hillf Danton
2011-08-20 13:19 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox