diff options
| author | Srishti Sharma <[email protected]> | 2017-09-29 10:03:39 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2017-10-02 07:48:54 +0000 |
| commit | 1af0838de60e723cb02253ecc9b555c30f8f6a6f (patch) | |
| tree | c70fa459b317c1a9d8034764060e8a13e6bc13f6 /drivers/gpu/drm/drm_framebuffer.c | |
| parent | drm/fb-cma-helper: Remove unused functions (diff) | |
| download | kernel-1af0838de60e723cb02253ecc9b555c30f8f6a6f.tar.gz kernel-1af0838de60e723cb02253ecc9b555c30f8f6a6f.zip | |
drm/virtio: Replace instances of reference/unreference with get/put
Replace reference/unreference with get/put as it is consistent
with the kernel coding style. Done using the following semantic
patch by coccinelle.
@r@
expression e;
@@
-drm_gem_object_unreference_unlocked(e);
+drm_gem_object_put_unlocked(e);
Signed-off-by: Srishti Sharma <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_framebuffer.c')
0 files changed, 0 insertions, 0 deletions
