From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mach-dove: Fixup ge00 initialisation
Date: Wed, 13 Jun 2012 12:32:09 +0200 [thread overview]
Message-ID: <20120613103209.GA23018@lunn.ch> (raw)
In-Reply-To: <1339509585-62405-1-git-send-email-hare@suse.de>
On Tue, Jun 12, 2012 at 03:59:45PM +0200, Hannes Reinecke wrote:
> The last argument of orion_ge00_init() is actually the error
> interrupt, so we should be using the correct value here.
>
> Signed-off-by: Hannes Reinecke <hare@suse.de>
> ---
> arch/arm/mach-dove/common.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
> index f7d639b..a9d0708 100644
> --- a/arch/arm/mach-dove/common.c
> +++ b/arch/arm/mach-dove/common.c
> @@ -101,8 +101,8 @@ void __init dove_ehci1_init(void)
> ****************************************************************************/
> void __init dove_ge00_init(struct mv643xx_eth_platform_data *eth_data)
> {
> - orion_ge00_init(eth_data,
> - DOVE_GE00_PHYS_BASE, IRQ_DOVE_GE00_SUM, 0);
> + orion_ge00_init(eth_data, DOVE_GE00_PHYS_BASE,
> + IRQ_DOVE_GE00_SUM, IRQ_DOVE_GE00_ERR);
> }
>
> /***************************************************************************
Acked-by: Andrew Lunn <andrew@lunn.ch>
Andrew
prev parent reply other threads:[~2012-06-13 10:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-12 13:59 [PATCH] mach-dove: Fixup ge00 initialisation Hannes Reinecke
2012-06-13 10:32 ` Andrew Lunn [this message]
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=20120613103209.GA23018@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.