]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 12 Jun 2013 20:27:30 +0000 (17:27 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 19 Jun 2013 06:19:54 +0000 (08:19 +0200)
commit04c23c6203954cc38a34c86b4dd0686a1b1a53de
tree8e2a243954d35bb3127d5e72dbc749ec9231e666
parent3f69a6acf417c5ab356fc4c20a4dca5ffb79b367
drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy

Because it's the function that destroys the connector, not the
encoder. And we already have intel_dp_encoder_destroy.

This has annoyed me for a long time.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Zoltan Nyul <zoltan.nyul@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c