]> git.baikalelectronics.ru Git - kernel.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)
commit849e6b304364e41931ae8f09c59677edc6faf4d6
treec1a9612a062809a96c1021ffd07b5df24a148a3d
parent2680d554c4b067fa2e8b759188ab130a5d2b64a7
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