]> 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)
commitd9f63892d14241646f35c61de017269504aafac7
treec33814db5b422825cad90f314ea0f89155c19669
parent8ea0cb9098d2fdb21f1ab6658db5c95d39c31c11
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