drm/hisilicon: Remove drm_dev_put in hibmc
authorTian Tao <tiantao6@hisilicon.com>
Tue, 22 Dec 2020 11:55:56 +0000 (19:55 +0800)
committerTian Tao <tiantao6@hisilicon.com>
Wed, 23 Dec 2020 13:20:28 +0000 (08:20 -0500)
commit72eab0ba6d68cde5c6e24658260b60824b297905
tree49b59005d570a2055aae8f95c886af7c481d55b2
parent4c5d02d94c4dfc85ebbed03da9c08a7e358ebb2a
drm/hisilicon: Remove drm_dev_put in hibmc

Hibmc use the devm_drm_dev_alloc function in hibmc_pci_probe, if
hibmc_pci_probe returns non-zero, devm_drm_dev_alloc will call
devm_drm_dev_init, which will call devm_drm_dev_init_release to
release drm_dev_put. There is no need for hibmc to call
drm_dev_put separately.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1608638156-7879-1-git-send-email-tiantao6@hisilicon.com
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c