From: Sebastian Andrzej Siewior Date: Wed, 19 Jun 2013 15:38:14 +0000 (+0200) Subject: usb: musb: core: call dma_controller_destroy() in the err path X-Git-Tag: v3.12-rc1~186^2~77^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ce4d5b2d8d714407a646c07505c5174afd7574;p=pandora-kernel.git usb: musb: core: call dma_controller_destroy() in the err path The cleanup in the error is missing the dma controller. The structure is allocated at runtime and ux500 allocates even a little more than just this struct. So cleanup! Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed