commit | 57df2ae9df6e335a98969cac5aafb09c4de10bb2 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Mon Sep 24 10:32:54 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Sep 24 16:24:20 2012 +0200 |
tree | 84927389af43225b9bc634ef343418c129ac7aeb | |
parent | 853c70e8dabcb1ae2c38ef2b8d40f6eb5435555b [diff] |
drm/i915: BUG() on unexpected HDMI register This should never happen, but the silent "return" makes me wonder every time I try to debug InfoFrame bugs, so promote this to BUG() to make sure people will complain if we ever break this. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>