From: Alexey Khoroshilov Date: Tue, 8 Oct 2013 20:50:16 +0000 (+0400) Subject: staging: gdm7240: fix memory leak on failure path X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~385 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47052577bcb941da36a991fea3dadc0d3b14c741;p=pandora-kernel.git staging: gdm7240: fix memory leak on failure path init_usb() may fail after some of mux_rxes already allocated. So we need to release them on the failure path. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed