forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c
....@@ -89,8 +89,7 @@
8989 if (unlikely(ret != 0))
9090 return ERR_PTR(ret);
9191
92
- return vmw_resource_reference
93
- (drm_hash_entry(hash, struct vmw_cmdbuf_res, hash)->res);
92
+ return drm_hash_entry(hash, struct vmw_cmdbuf_res, hash)->res;
9493 }
9594
9695 /**