drm/tegra: Remove redundant zeroing out of memory
authorThierry Reding <treding@nvidia.com>
Wed, 10 Dec 2014 10:41:05 +0000 (11:41 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:34 +0000 (10:14 +0100)
The DRM core now zeroes out the memory associated with CRTC, encoder and
connector objects upon cleanup, so there's no need to explicitly do that
in drivers anymore.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found