commit | f73e8b82531573a198a4d0e5bff0d3256cbbd1d8 | [log] [tgz] |
---|---|---|
author | Srishti Sharma <srishtishar@gmail.com> | Fri Sep 29 15:30:40 2017 +0530 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Mon Nov 27 09:51:42 2017 +0000 |
tree | 0f0bf111b16153fdec9e2eb1dc4d46c1dcdde6c5 | |
parent | fa56b3f83177e1ad60815f750dd3816bd4c25677 [diff] |
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: Srishti Sharma <srishtishar@gmail.com> [split into hdlcd and malidp specific patches] Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>