]> Pileus Git - ~andy/linux/commitdiff
ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Thu, 6 Sep 2012 07:19:36 +0000 (07:19 +0000)
committerSimon Horman <horms@verge.net.au>
Tue, 18 Sep 2012 02:19:44 +0000 (11:19 +0900)
Correct interrupt settings of sh_mmc:int and sh_mmc:error in board-kzm9g.c.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
arch/arm/mach-shmobile/board-kzm9g.c

index 53b7ea92c32c119bcfc6d44a96b92fac915363da..3b8a0171c3cb3e30aa7242afcdc65f13cd5c11de 100644 (file)
@@ -346,11 +346,11 @@ static struct resource sh_mmcif_resources[] = {
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
-               .start  = gic_spi(141),
+               .start  = gic_spi(140),
                .flags  = IORESOURCE_IRQ,
        },
        [2] = {
-               .start  = gic_spi(140),
+               .start  = gic_spi(141),
                .flags  = IORESOURCE_IRQ,
        },
 };