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)
commit8017e422af3f5ab90210bfbd17f9a8d8d56db289
treec33814db5b422825cad90f314ea0f89155c19669
parent3903117609f40a0bc21b8c48533ac07a574c4cdc
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