soc: mediatek: Missing platform_device_unregister() on error in mtk_mmsys_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 6 May 2020 14:13:17 +0000 (14:13 +0000)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 15 May 2020 14:52:08 +0000 (16:52 +0200)
commitff34e17cf9bce8b6d01c6a1e387720dc3393f45b
tree6d14cffce1608bdef4b3f4f04f4dd214f5ad9cc6
parent1a6e55ca8f3684d7e1fe646396303233bf1c1ed7
soc: mediatek: Missing platform_device_unregister() on error in mtk_mmsys_probe()

Add the missing platform_device_unregister() before return
from mtk_mmsys_probe() in the error handling case.

Fixes: 667c769246b0 ("soc / drm: mediatek: Fix mediatek-drm device probing")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20200506141317.119537-1-weiyongjun1@huawei.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-mmsys.c