]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dvo: fix debug logging on unknown DID
authorJani Nikula <jani.nikula@intel.com>
Wed, 31 May 2017 10:16:31 +0000 (13:16 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 1 Jun 2017 12:53:03 +0000 (15:53 +0300)
commit3d06bf421a9b376bb658b1531de8826f1bf811ff
treec1a9612a062809a96c1021ffd07b5df24a148a3d
parent7618138d8b40adfea7660ccabbb6b131d72e444b
drm/i915/dvo: fix debug logging on unknown DID

Print DID not VID on the DID error path. Looks like a copy-paste error
from the VID error path. Clarify and clean up error logging, making them
distinguishable from each other, while at it.

Reported-by: Petru Mihancea <petrum@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101243
Reviewed-by: Clinton Taylor <clinton.a.taylor@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170531101631.26953-1-jani.nikula@intel.com
drivers/gpu/drm/i915/dvo_ch7xxx.c