Ver Fonte

[ARM] twl4030 - leak fix

Trivial error path leak fix. Problem found by Daniel Marjamäki using
cppcheck

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Alan Cox há 16 anos atrás
pai
commit
803c78e4da
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      arch/arm/mach-omap2/mmc-twl4030.c

+ 1 - 0
arch/arm/mach-omap2/mmc-twl4030.c

@@ -397,6 +397,7 @@ void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers)
 			break;
 		default:
 			pr_err("MMC%d configuration not supported!\n", c->mmc);
+			kfree(mmc);
 			continue;
 		}
 		hsmmc_data[c->mmc - 1] = mmc;