drm/i915/display: remove debug message from error path
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 27 Oct 2020 04:46:17 +0000 (21:46 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Oct 2020 07:33:46 +0000 (00:33 -0700)
commit859d74f65d8734df8f41a923496eca5df7e04f29
tree3056c24cda6f46586178f185cbfff0c568e4403e
parent949ab9d229a23025c7afa4e357f9affadb3fa94c
drm/i915/display: remove debug message from error path

First check in the function is if swsci() is supported. All the error
paths are easy to figure out the reason, so remove the extra debug
message: it's normal not to support swsci() e.g. in dgfx.

v2: Rather than special case dgfx, just remove the debug message
    (from Ville)

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201027044618.719064-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_opregion.c