提交 3faf9ccc 编写于 作者: A Andrzej Hajda 提交者: Inki Dae

drm/exynos: remove redundant mutex_unlock

The patch fixes unlocking in exynos_drm_component_del.
Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: NInki Dae <inki.dae@samsung.com>
上级 b0e08823
......@@ -417,7 +417,6 @@ void exynos_drm_component_del(struct device *dev,
if (dev == cdev->dev) {
list_del(&cdev->list);
kfree(cdev);
mutex_unlock(&drm_component_lock);
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册