Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01981aeb authored by kbuild test robot's avatar kbuild test robot Committed by Ben Skeggs
Browse files

drm/nouveau/kms/nv50-: fix drm-get-put.cocci warnings



 Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference() and
 drm_*_unreference() helpers.

Generated by: scripts/coccinelle/api/drm-get-put.cocci

Fixes: 30ed49b5 ("drm/nouveau/kms/nv50-: move code underneath dispnv50/")
Signed-off-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 7a26c923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1007,7 +1007,7 @@ nv50_mstm_destroy_connector(struct drm_dp_mst_topology_mgr *mgr,
	mstc->port = NULL;
	drm_modeset_unlock(&drm->dev->mode_config.connection_mutex);

	drm_connector_unreference(&mstc->connector);
	drm_connector_put(&mstc->connector);
}

static void