summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-07-23 02:23:36 +0300
committerMichael Bestas <mkbestas@lineageos.org>2020-07-23 02:31:21 +0300
commite1f0c9167a027d297cd5ca581122f812a08824b7 (patch)
treead3c43a5c3231cf093a5033375719f14b497102d
parent7655a90683be82b18c45581fb9687db85d1f3204 (diff)
Revert "ASoC: msm: qdsp6v2: Fix a clang warning in qdsp_cvs_callback"
This reverts commit 7dc7f6d81e57f33cf484839e0ca7b7fdc61594fa.
-rw-r--r--sound/soc/msm/qdsp6v2/q6voice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/q6voice.c b/sound/soc/msm/qdsp6v2/q6voice.c
index 9de2ee7f1cb0..a748f3671da7 100644
--- a/sound/soc/msm/qdsp6v2/q6voice.c
+++ b/sound/soc/msm/qdsp6v2/q6voice.c
@@ -7113,7 +7113,7 @@ static int32_t qdsp_cvp_callback(struct apr_client_data *data, void *priv)
}
}
} else if (data->opcode == VSS_ICOMMON_RSP_GET_PARAM ||
- data->opcode == VSS_ICOMMON_RSP_GET_PARAM_V3) {
+ VSS_ICOMMON_RSP_GET_PARAM_V3) {
pr_debug("%s: VSS_ICOMMON_RSP_GET_PARAM\n", __func__);
ptr = data->payload;
if (ptr[0] != 0) {