Re: [PATCH 2/5] OMAP3: l3: fix omap3_l3_probe error path

2011-03-30 Thread Santosh Shilimkar
On 3/29/2011 10:50 PM, Omar Ramirez Luna wrote: Add missing free_irq and remove an empty goto label. Safe to assume that if we reached the end point of execution without errors, then return value is 0, so replacing instead another goto. Signed-off-by: Omar Ramirez Lunaomar.rami...@ti.com ---

[PATCH 2/5] OMAP3: l3: fix omap3_l3_probe error path

2011-03-29 Thread Omar Ramirez Luna
Add missing free_irq and remove an empty goto label. Safe to assume that if we reached the end point of execution without errors, then return value is 0, so replacing instead another goto. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/mach-omap2/omap_l3_smx.c | 23