commit | 536e1715226c94037df12f7c6280cbe0f6009f92 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Nov 05 11:43:26 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Jan 23 12:07:00 2015 +0100 |
tree | 142cc1db3c1d1cb714d6c14b3217764475636bc9 | |
parent | 281d1bbd34b734e4f22b30b6f3b673dda46a7470 [diff] |
gpu: host1x: Call ->remove() only when a device is bound When a driver's ->probe() function fails, the host1x bus must not call its ->remove() function because the driver will already have cleaned up in the error handling path in ->probe(). Signed-off-by: Thierry Reding <treding@nvidia.com>