Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0921dcea authored by Olof Johansson's avatar Olof Johansson
Browse files
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings
parents d7235b8b a704835d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
	},
};