From: Julia Lawall Date: Wed, 18 Apr 2012 14:02:02 +0000 (+0200) Subject: drivers/pcmcia/electra_cf.c: add missing iounmap and kfree X-Git-Tag: omap-for-v4.2/fixes-rc1^2~158^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801421eb7359f086e2b61d3125830bda7ddf5673;p=pandora-kernel.git drivers/pcmcia/electra_cf.c: add missing iounmap and kfree cf and cf->mem_base have been allocated at the point of this failure, so they should be freed before leaving the function. [linux@dominikbrodowski.net: limit call to device_init_wakeup() to the same error paths as before] Signed-off-by: Julia Lawall Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed