From: Thierry Reding Date: Thu, 13 Nov 2014 13:58:27 +0000 (+0100) Subject: drm/tegra: dsi: Properly cleanup on probe failure X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~61^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d0a9d21285ace23b7e99c89a52ee9b5ceef792;p=pandora-kernel.git drm/tegra: dsi: Properly cleanup on probe failure The driver wasn't even attempting to do any cleanup when probing failed. Fix this by releasing any resources acquired up to the point of failure and putting the device back into the original state (reset, clocks off). Signed-off-by: Thierry Reding --- Reading git-diff-tree failed