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

Commit 099614bb authored by Georg Veichtlbauer's avatar Georg Veichtlbauer
Browse files

drm/msm: Drop unused label

Change-Id: Ifa8173707f271eb461566590b2c9abecad12f9b7
parent d2221e76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1300,7 +1300,6 @@ struct drm_gem_object *msm_gem_import(struct drm_device *dev,
	mutex_unlock(&msm_obj->lock);
	return obj;

fail:
	drm_gem_object_unreference_unlocked(obj);
	return ERR_PTR(ret);
}