Re: [PATCH 1/4] drm/tegra: dc: Free syncpoint on errors

2018-05-05 Thread Dmitry Osipenko
On 04.05.2018 16:37, Thierry Reding wrote: > From: Thierry Reding > > If an error happens during display controller initialization, the host1x > syncpoint previously requested would be leaked. Properly clean up the > syncpoint along with the other resources. > > Signed-off-by: Thierry Reding >

Re: [PATCH 1/4] drm/tegra: dc: Free syncpoint on errors

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 03:37:04PM +0200, Thierry Reding wrote: > From: Thierry Reding > > If an error happens during display controller initialization, the host1x > syncpoint previously requested would be leaked. Properly clean up the > syncpoint along with the other resources. > > Signed-off-b