drm/pl111: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 17 Jul 2018 08:36:57 +0000 (10:36 +0200)
committerEric Anholt <eric@anholt.net>
Tue, 17 Jul 2018 18:24:44 +0000 (11:24 -0700)
commitf9760772d26560ec137fb1c768487c601b93dbc3
tree0c7ba2bd49197e526b89a3dc29df2b11b69ef83b
parenta708edf13fb0b55d29a003b00251bccbfec74b20
drm/pl111: Replace drm_dev_unref with drm_dev_put

This patch unifies the naming of DRM functions for reference counting
of struct drm_device. The resulting code is more aligned with the rest
of the Linux kernel interfaces.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180717083657.16262-1-tzimmermann@suse.de
drivers/gpu/drm/pl111/pl111_drv.c