From: Mark A. Greer Date: Sun, 18 Mar 2012 01:22:47 +0000 (-0700) Subject: arm: omap3: pm34xx.c: Fix omap3_pm_init() error out paths X-Git-Tag: v3.4-rc2~12^2~4^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce229c5d79c03f09d4612dd2bcbff532fdc24e80;p=pandora-kernel.git arm: omap3: pm34xx.c: Fix omap3_pm_init() error out paths It appears that the error paths were overlooked when the omap3_pm_init() routine had the prcm chain handler code added. Fix this by adding a goto target and reordering the error handling code. Also fix how the irq argument for free_irq() is determined. Signed-off-by: Mark A. Greer Acked-by: Tero Kristo Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed