commit | 4d8dc2dfae2c486b54bb082918a398a22b97cf85 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 13:48:59 2018 +0200 |
committer | Rob Clark <robdclark@gmail.com> | Wed Oct 03 20:24:55 2018 -0400 |
tree | 51857e887225d6afea3e733113fd410ceb8ee55a | |
parent | 64686886bbffe47a0b390f2073364ca04f7c2c71 [diff] |
drm/msm: 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: Rob Clark <robdclark@gmail.com>