Skip to content
Commit f73e8b82 authored by Srishti Sharma's avatar Srishti Sharma Committed by Liviu Dudau
Browse files

drm/arm: Replace instances of drm_dev_unref with drm_dev_put.



Replace drm_dev_unref with drm_dev_put as it is more consistent
with kernel coding style. Done using the following semantic
patch by coccinelle.

@r@
expression e;
@@

-drm_dev_unref();
+drm_dev_put();

Signed-off-by: default avatarSrishti Sharma <srishtishar@gmail.com>
[split into hdlcd and malidp specific patches]
Signed-off-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
parent fa56b3f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment