]> git.baikalelectronics.ru Git - kernel.git/commit
drm/scdc-helper: Convert errors into debug messages
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 23 Mar 2018 18:25:37 +0000 (20:25 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 26 Mar 2018 18:37:24 +0000 (21:37 +0300)
commit45db421a71129ad9099db9ee3219fda4fdf2cc6f
treec33814db5b422825cad90f314ea0f89155c19669
parent9fa590a359d9b0a03a67e914f949b66e2f369037
drm/scdc-helper: Convert errors into debug messages

Since we may attempt to reconfigure SCDC when the sink has already been
disconnected we probably shouldn't scare the user with errors in dmesg
that are 100% expected in that case. Just leave it up to the caller
whether to print an error message or not, and just output debug
messages from the helper itself.

Cc: Shashank Sharma <shashank.sharma@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180323182537.30784-1-ville.syrjala@linux.intel.com
Reviewed-by: Shashank Sharma <shashank.sharma@intel.com>
drivers/gpu/drm/drm_scdc_helper.c