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

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

Merge "Revert "ASoC: msm: qdsp6v2: Return error for invalid ioctl's""

parents 7de1e59e 4d4067fb
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1177,11 +1177,9 @@ static int msm_compr_ioctl_shared(struct snd_pcm_substream *substream,
		prtd->cmd_interrupt = 0;
		return rc;
	default:
		pr_err("%s: Invalid ioctl %d\n", __func__, cmd);
		rc = -ENOTTY;
		break;
	}
	return rc;
	return snd_pcm_lib_ioctl(substream, cmd, arg);
}
#ifdef CONFIG_COMPAT
struct snd_enc_wma32 {