From: Manuel Lauss <manuel.lauss@googlemail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Linux-MIPS <linux-mips@linux-mips.org>,
Manuel Lauss <manuel.lauss@gmail.com>
Subject: [PATCH] MIPS: Alchemy: fix DB1550 PCI interrupt typo
Date: Mon, 12 Oct 2009 18:57:06 +0200 [thread overview]
Message-ID: <1255366626-10307-1-git-send-email-manuel.lauss@gmail.com> (raw)
In-Reply-To: <1254939315-8158-5-git-send-email-manuel.lauss@gmail.com>
Fix a copy-paste error in patch "Alchemy: Stop IRQ name sharing".
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
Ralf, please fold this into the patch "Alchemy: Stop IRQ name sharing"
in lmo-queue!
Thanks!
arch/mips/alchemy/devboards/db1x00/board_setup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/mips/alchemy/devboards/db1x00/board_setup.c b/arch/mips/alchemy/devboards/db1x00/board_setup.c
index b1f3711..64eb26f 100644
--- a/arch/mips/alchemy/devboards/db1x00/board_setup.c
+++ b/arch/mips/alchemy/devboards/db1x00/board_setup.c
@@ -62,9 +62,9 @@ char irq_tab_alchemy[][5] __initdata = {
#ifdef CONFIG_MIPS_DB1550
char irq_tab_alchemy[][5] __initdata = {
- [11] = { -1, AU1500_PCI_INTC, 0xff, 0xff, 0xff }, /* IDSEL 11 - on-board HPT371 */
- [12] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTC, AU1500_PCI_INTD, AU1500_PCI_INTA }, /* IDSEL 12 - PCI slot 2 (left) */
- [13] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTB, AU1500_PCI_INTC, AU1500_PCI_INTD }, /* IDSEL 13 - PCI slot 1 (right) */
+ [11] = { -1, AU1550_PCI_INTC, 0xff, 0xff, 0xff }, /* IDSEL 11 - on-board HPT371 */
+ [12] = { -1, AU1550_PCI_INTB, AU1550_PCI_INTC, AU1550_PCI_INTD, AU1550_PCI_INTA }, /* IDSEL 12 - PCI slot 2 (left) */
+ [13] = { -1, AU1550_PCI_INTA, AU1550_PCI_INTB, AU1550_PCI_INTC, AU1550_PCI_INTD }, /* IDSEL 13 - PCI slot 1 (right) */
};
#endif
--
1.6.5.rc2
next prev parent reply other threads:[~2009-10-12 16:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-07 18:15 [PATCH -queue 0/4] Alchemy: another round of IRQ changes Manuel Lauss
2009-10-07 18:15 ` [PATCH 1/4] Alchemy: remove USB_DEV_REQ_INT prioritization hack Manuel Lauss
2009-10-07 18:15 ` [PATCH 2/4] Alchemy: higher priority for system timer Manuel Lauss
2009-10-07 18:15 ` [PATCH 3/4] Alchemy: simple cpu subtype detector Manuel Lauss
2009-10-07 18:15 ` [PATCH 4/4] Alchemy: Stop IRQ name sharing Manuel Lauss
2009-10-12 16:57 ` Manuel Lauss [this message]
2009-10-12 20:18 ` [PATCH] MIPS: Alchemy: fix DB1550 PCI interrupt typo Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1255366626-10307-1-git-send-email-manuel.lauss@gmail.com \
--to=manuel.lauss@googlemail.com \
--cc=linux-mips@linux-mips.org \
--cc=manuel.lauss@gmail.com \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).