|
@@ -1036,7 +1036,6 @@ static int dsi_tx_buf_alloc(struct msm_dsi_host *msm_host, int size)
|
|
|
|
|
|
ret = msm_gem_get_iova(msm_host->tx_gem_obj,
|
|
|
priv->kms->aspace, &iova);
|
|
|
- mutex_unlock(&dev->struct_mutex);
|
|
|
if (ret) {
|
|
|
pr_err("%s: failed to get iova, %d\n", __func__, ret);
|
|
|
return ret;
|