Commit 3faf9ccc authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae

drm/exynos: remove redundant mutex_unlock

The patch fixes unlocking in exynos_drm_component_del.
Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment