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

Commit 8513d79c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "radio: iris: Fix the issue with hard mute IOCTL"

parents aa11625f ccf9b451
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3720,7 +3720,6 @@ static int iris_vidioc_s_ctrl(struct file *file, void *priv,
		}
		saved_val = radio->mute_mode.hard_mute;
		radio->mute_mode.hard_mute = ctrl->value;
		radio->mute_mode.soft_mute = IOC_SFT_MUTE;
		retval = hci_set_fm_mute_mode(
				&radio->mute_mode,
				radio->fm_hdev);