commit | 9ce0af3e9573fb84c4c807183d13ea2a68271e4b | [log] [tgz] |
---|---|---|
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | Tue Oct 27 13:14:42 2020 +0900 |
committer | Maxime Ripard <maxime@cerno.tech> | Tue Oct 27 15:54:18 2020 +0100 |
tree | a30f68c58b4cb59685796c08465ff98a474f4072 | |
parent | b52817e9de06a3af4ebefd6d244c9c750903d79c [diff] |
drm/vc4: drv: Add error handding for bind There is a problem that if vc4_drm bind fails, a memory leak occurs on the drm_property_create side. Add error handding for drm_mode_config. Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20201027041442.30352-2-hoegeun.kwon@samsung.com