From c99747389b70feb57809b7fc272c3a230b1cd530 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 20 Jul 2013 01:41:46 +0200 Subject: fix kernel crash --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 ++-- 1 file 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, -- cgit v1.2.3