summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-07-20 01:41:46 +0200
committerSebastian Reichel <sre@ring0.de>2013-08-11 00:01:07 +0200
commitc99747389b70feb57809b7fc272c3a230b1cd530 (patch)
tree5975191f53d33f858920cd865774516a38778a22
parent2a8116f7c111e86139f70da71ad4e9661102db36 (diff)
downloadlinux-c99747389b70feb57809b7fc272c3a230b1cd530.tar.bz2
fix kernel crash
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_3xxx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
index d6d365a6e3da..47bf081dab9d 100644
--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
@@ -3789,8 +3789,8 @@ static struct omap_hwmod omap34xx_ssi_hwmod = {
/* SSI -> l3 */
static struct omap_hwmod_ocp_if omap34xx_l3__ssi = {
- .master = &omap34xx_ssi_hwmod,
- .slave = &omap3xxx_l3_main_hwmod,
+ .master = &omap3xxx_l3_main_hwmod,
+ .slave = &omap34xx_ssi_hwmod,
.clk = "ssi_ick",
.addr = omap34xx_ssi_addrs,
.user = OCP_USER_MPU | OCP_USER_SDMA,