]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/hdmi: Remove redundant IS_VLV checks
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:54:55 +0000 (23:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 16 May 2014 09:58:56 +0000 (11:58 +0200)
commit61cc5948c9b3297c711c15097a6ad39cffb86dfe
tree921fb192cdfe959b5622d36f0abdf96403e83beb
parenta3c2929768a8eaa18fdb035cc7a76312468f660a
drm/i915/hdmi: Remove redundant IS_VLV checks

Those functions are only used on vlv platforms, so no need to check.
Especially if we're not too consistent about it.

Reviewed-by: Naresh Kumar Kachhi <naresh.kumar.kachhi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c