diff options
author | 2019-01-10 19:53:35 -0500 | |
---|---|---|
committer | 2019-01-10 20:38:07 -0500 | |
commit | 013240935d4e9a7b62e876f20b45944fc2e58986 (patch) | |
tree | 01cccb62afac81f1fc9d7e345b44bdeb224f6cb2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amdgpu/display: Keep malloc ref to MST port (diff) | |
download | wireguard-linux-013240935d4e9a7b62e876f20b45944fc2e58986.tar.xz wireguard-linux-013240935d4e9a7b62e876f20b45944fc2e58986.zip |
drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
Trying to destroy the connector using mstc->connector.funcs->destroy()
if connector initialization fails is wrong: there is no possible
codepath in nv50_mstc_new where nv50_mstm_add_connector() would return
<0 and mstc would be non-NULL.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: David Airlie <airlied@redhat.com>
Cc: Jerry Zuo <Jerry.Zuo@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Juston Li <juston.li@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190111005343.17443-13-lyude@redhat.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions