commit | dbcc574a4bfad810ce6e118f3cf327c7b6e7c897 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Aug 19 06:17:33 2019 +0000 |
committer | Lucas Stach <l.stach@pengutronix.de> | Mon Sep 02 12:48:55 2019 +0200 |
tree | 0d863bca3f4f1001403e68fa8e7bb44511090299 | |
parent | 578d2342ec702e5fb8a77983fabb3754ae3e9660 [diff] |
drm/etnaviv: fix missing unlock on error in etnaviv_iommuv1_context_alloc() Add the missing unlock before return from function etnaviv_iommuv1_context_alloc() in the error handling case. Fixes: 27b67278e007 ("drm/etnaviv: rework MMU handling") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>