diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 16:45:25 +0200 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 16:45:25 +0200 |
commit | 89fb2d77d5daa821e3868ea59963f28249974840 (patch) | |
tree | 6cc80209a208133000c203cf9a9f61dd42fd53a9 /arch/arm/mach-dove | |
parent | 4297103560b4c5aba904e4711e982a039619f1f6 (diff) | |
parent | 778435045a416da71f1757a80e37200a5ea5af70 (diff) | |
download | op-kernel-dev-89fb2d77d5daa821e3868ea59963f28249974840.zip op-kernel-dev-89fb2d77d5daa821e3868ea59963f28249974840.tar.gz |
Merge branch 'v3.5-rc7-fixes' into v3.5-rc7-dt-v3
Merge in branch already pulled. Fulfils dependancies needed by
this patchset.
Diffstat (limited to 'arch/arm/mach-dove')
-rw-r--r-- | 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 9493076..4db5de5 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); } /***************************************************************************** |