drm: replace "drm_connector_unreference" with "drm_connector_put"
authorFernando Ramos <greenfoo@gluegarage.com>
Thu, 15 Nov 2018 22:16:25 +0000 (23:16 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 24 Nov 2018 21:12:55 +0000 (22:12 +0100)
commit895170ce9205f3f19fb00e54e2a620389bd11038
tree0e88f787a40f668ea843fa72d7471dd46dd43b98
parentba1d345401476a5f7fbad622607c5a1f95e59b31
drm: replace "drm_connector_unreference" with "drm_connector_put"

This patch unifies the naming of DRM functions for reference counting as
requested on Documentation/gpu/todo.rst

Signed-off-by: Fernando Ramos <greenfoo@gluegarage.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181115221634.22715-6-greenfoo@gluegarage.com
drivers/gpu/drm/bridge/tc358764.c