mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
drm/exynos: remove redundant mutex_unlock
The patch fixes unlocking in exynos_drm_component_del. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
b0e08823ca
commit
3faf9ccc9a
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user