drm/i915: Remove misleading debug message
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 8 Apr 2014 11:07:29 +0000 (12:07 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 9 Apr 2014 13:16:36 +0000 (15:16 +0200)
commit932aae42530489938825dd78fde14a0b667954f0
tree74b0cb0656930162770fac3bd9fbbf90c2fe5eb3
parentd0e1f1cbe3e4536439d0c92610ded57923755a34
drm/i915: Remove misleading debug message

haswell_write_eld() is also used on broadwell, so let's not explicitely
mention Haswell. The rest of the function has plenty of debug output
which will print the function name, so we know where we are anyway.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c