]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: Check error return when converting pipe to connector
authorImre Deak <imre.deak@intel.com>
Wed, 10 May 2017 09:21:51 +0000 (12:21 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 10 May 2017 10:47:49 +0000 (13:47 +0300)
commit0290cf3f9f77b7d31691b21cfe505e4804aa4bbb
treed578b15aab614a26d1c01a04d3c3957c5b99d45a
parent4519290aec0e93e2832f77db3437c332bba6506c
drm/i915: Check error return when converting pipe to connector

An error from intel_get_pipe_from_connector() would mean a bug somewhere
else, but we still should check for it to prevent some other more
obscure bug later.

v2:
- Fall back to a reasonable default instead of bailing out in case of
  error. (Jani)
v3:
- Fix s/PIPE_INVALID/INVALID_PIPE/ typo. (Jani)
v4:
- Fix bogus bracing around WARN() condition. (Ville)

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1494408113-379-5-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_panel.c