Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11e80f96 authored by Pranav Vashi's avatar Pranav Vashi Committed by TARKZiM
Browse files

msm: camera: isp: Add missing mutex unlock

parent 3e1a52c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@ int msm_isp_update_bandwidth(enum msm_isp_hw_client client,
		pr_err("%s:error bandwidth manager inactive use_cnt:%d bus_clnt:%d\n",
			__func__, isp_bandwidth_mgr.use_count,
			isp_bandwidth_mgr.bus_client);
		mutex_unlock(&bandwidth_mgr_mutex);
		return -EINVAL;
	}