commit | 0970d7a2f5b0dcdd520c7655210d677f6e9a878e | [log] [tgz] |
---|---|---|
author | Srishti Sharma <srishtishar@gmail.com> | Fri Sep 29 15:30:40 2017 +0530 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Fri Nov 24 15:42:35 2017 +0000 |
tree | 4c9640ecec00d9f1cb0a256d30ec66d9c244ae9f | |
parent | c2cc215cde5b3fd4102c9595df66c6e4ff237be4 [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 patch into hdlcd and mali-dp versions] Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>