From: omar ramirez Date: Mon, 18 Apr 2011 16:39:41 +0000 (+0000) Subject: OMAP3/4: l3: fix omap3_l3_probe error path X-Git-Tag: v3.0-rc1~134^2~2^3~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7529b703869d59e799a0c0eb4f3df7a418f7dc99;p=pandora-kernel.git OMAP3/4: l3: fix omap3_l3_probe error path l3_smx: - Add missing free_irq and remove an empty goto label. l3_noc: - If kzalloc fails driver shouldn't continue with a NULL pointer. - Add missing free_irq and remove empty goto labels. - 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 Acked-by: Santosh Shilimkar Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed