commit | d2d0a9d21285ace23b7e99c89a52ee9b5ceef792 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Nov 13 14:58:27 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Nov 13 16:12:18 2014 +0100 |
tree | b617c1fcf428e89e84a985133ab29f4fccdcfcee | |
parent | ba3df9792207601762060a313d18efdd6ae83501 [diff] |
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 <treding@nvidia.com>