Re: [PATCH DRM] drm: Remove drm_property_{un/reference}_blob aliases

2018-03-26 Thread Julia Lawall
On Tue, 20 Mar 2018, Haneen Mohammed wrote: > This patch remove the compatibility aliases > drm_property_{reference/unreference}_blob of > drm_property_blob_{get/put} since all callers have been converted to the > prefered _{get/put}. > > Remove the helpers from the semantic patch drm-get-put-co

[PATCH DRM] drm: Remove drm_property_{un/reference}_blob aliases

2018-03-22 Thread Haneen Mohammed
This patch remove the compatibility aliases drm_property_{reference/unreference}_blob of drm_property_blob_{get/put} since all callers have been converted to the prefered _{get/put}. Remove the helpers from the semantic patch drm-get-put-cocci. Signed-off-by: Haneen Mohammed --- include/drm/drm

Re: [PATCH DRM] drm: Remove drm_property_{un/reference}_blob aliases

2018-03-22 Thread Sean Paul
On Tue, Mar 20, 2018 at 09:37:49AM -0400, Haneen Mohammed wrote: > This patch remove the compatibility aliases > drm_property_{reference/unreference}_blob of > drm_property_blob_{get/put} since all callers have been converted to the > prefered _{get/put}. > > Remove the helpers from the semantic p