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

Commit eeea67db authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Fix suspicious indent" into msm-4.9

parents bdc7eb80 0de85ae1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ static long audio_ioctl_shared(struct file *file, unsigned int cmd,
	int rc = 0;

	switch (cmd) {
	case AUDIO_START: {
	case AUDIO_START:
		pr_err("%s[%pK]: AUDIO_START session_id[%d]\n", __func__,
			audio, audio->ac->session);
		if (audio->feedback == NON_TUNNEL_MODE) {
@@ -107,8 +107,8 @@ static long audio_ioctl_shared(struct file *file, unsigned int cmd,
			audio->enabled);
		if (audio->stopped == 1)
			audio->stopped = 0;

		break;
		}
	default:
		pr_err("%s: Unknown ioctl cmd = %d", __func__, cmd);
		rc = -EINVAL;