Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
drm/msm: fix mismerge
Browse files Browse the repository at this point in the history
  • Loading branch information
ppajda committed Nov 26, 2021
1 parent 51aa1ce commit 008dba1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/gpu/drm/msm/msm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,8 +1076,4 @@ struct drm_gem_object *msm_gem_import(struct drm_device *dev,
msm_obj->pages = NULL;

return obj;

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

0 comments on commit 008dba1

Please sign in to comment.