]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP3: l3: fix for "irq 10: nobody cared" message
authoromar ramirez <omar.ramirez@ti.com>
Tue, 26 Apr 2011 09:24:50 +0000 (02:24 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Apr 2011 09:24:50 +0000 (02:24 -0700)
commit12f150aa1b6d61d10288a10c799e17263b8d71c6
tree19c322cb8d9317cc1a862b033126f2a03d2bb77c
parent7fd8b9d0215cb562820fbac3cbfb0474738aadb1
OMAP3: l3: fix for "irq 10: nobody cared" message

If an error occurs in the L3 on any other initiator than MPU,
the interrupt goes unhandled given that the 'base' register
was calculated with the initialized err_source value (which
coincidentally points to MPU) and not with the actual source
of the error.

Removed parenthesis that are not needed for the touched lines.

Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_l3_smx.c