From: Laurent Pinchart Date: Wed, 16 May 2012 15:08:54 +0000 (+0200) Subject: drm/exynos: Remove dummy encoder get_crtc operation implementation X-Git-Tag: v3.5-rc2~11^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56fdcef4d8991b0906461fec6494d7f9d401ef3;p=pandora-kernel.git drm/exynos: Remove dummy encoder get_crtc operation implementation The encoder get_crtc operation is called to retrieve a pointer to the CRTC the encoder is currenctly connected to, right after setting the encoder::crtc field to the new CRTC. The implementation of this operation returns the pointer to the new CRTC, which is then pointlessly compared to itself. As the operation is not mandatory, don't implement it. Signed-off-by: Laurent Pinchart Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed