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

Commit d7b7c703 authored by Venkateshwarlu Domakonda's avatar Venkateshwarlu Domakonda
Browse files

radio: iris: Fix the issue with SMD channel



Close the SMD channel when dev node close.

Change-Id: I88f1b3050e26e3c758ea1781b9d25008bc8c4cf6
CRs-Fixed: 876930
Signed-off-by: default avatarVenkateshwarlu Domakonda <vdomak@codeaurora.org>
parent fb85b6b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5160,6 +5160,8 @@ static int iris_fops_release(struct file *file)
		return retval;
	}
END:
	if (radio->fm_hdev != NULL)
		radio->fm_hdev->close_smd();
	if (retval < 0)
		FMDERR("Err on disable FM %d\n", retval);