soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()
authorYu Kuai <yukuai3@huawei.com>
Tue, 17 Nov 2020 01:13:22 +0000 (09:13 +0800)
committerKevin Hilman <khilman@baylibre.com>
Tue, 1 Dec 2020 00:22:48 +0000 (16:22 -0800)
commit28f851e6afa858f182802e23ac60c3ed7d1c04a1
tree6a1dad51678e4cc39c4827ac6ad03a910d0284cd
parent4a434abc40d2a0c15032f88e30aeb7ad271ba795
soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()

if of_find_device_by_node() succeed, meson_canvas_get() doesn't have
a corresponding put_device(). Thus add put_device() to fix the exception
handling for this function implementation.

Fixes: 382f8be04551 ("soc: amlogic: canvas: Fix meson_canvas_get when probe failed")
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201117011322.522477-1-yukuai3@huawei.com
drivers/soc/amlogic/meson-canvas.c