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

Commit 3e380245 authored by Wei Ding's avatar Wei Ding
Browse files

msm: camera: fix OIS firmware crash issue



Initiate ois ctrl pdev to avoid the OIS
firmware crash issue.

Change-Id: Ic3e8595158f857dc664908c7bc4478b8d498e064
Signed-off-by: default avatarWei Ding <weiding@codeaurora.org>
parent 88a33ae3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ static int32_t cam_ois_platform_driver_probe(
		return -ENOMEM;

	o_ctrl->soc_info.pdev = pdev;
	o_ctrl->pdev = pdev;
	o_ctrl->soc_info.dev = &pdev->dev;
	o_ctrl->soc_info.dev_name = pdev->name;