commit | f9760772d26560ec137fb1c768487c601b93dbc3 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Tue Jul 17 10:36:57 2018 +0200 |
committer | Eric Anholt <eric@anholt.net> | Tue Jul 17 11:24:44 2018 -0700 |
tree | 0c7ba2bd49197e526b89a3dc29df2b11b69ef83b | |
parent | a708edf13fb0b55d29a003b00251bccbfec74b20 [diff] |
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