summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSrishti Sharma <srishtishar@gmail.com>2017-09-29 13:00:40 +0300
committerLiviu Dudau <Liviu.Dudau@arm.com>2017-11-24 18:42:35 +0300
commit0970d7a2f5b0dcdd520c7655210d677f6e9a878e (patch)
tree4c9640ecec00d9f1cb0a256d30ec66d9c244ae9f /arch
parentc2cc215cde5b3fd4102c9595df66c6e4ff237be4 (diff)
downloadlinux-0970d7a2f5b0dcdd520c7655210d677f6e9a878e.tar.xz
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions