Commit 20d0983d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by QuIC Gerrit Code Review
Browse files

Merge "msm: audio: qdsp6v2: Fix erroneous print" into msm-3.0

parents 17b8abd3 5401ff96
......@@ -783,6 +783,7 @@ static long acdb_ioctl(struct file *f,
pr_err("%s: More Audproc Cal then expected, "
"size received: %d\n", __func__, size);
store_audvol_cal(TX_CAL, data);
break;
case AUDIO_SET_AUDPROC_RX_VOL_CAL:
if (size > sizeof(struct cal_block))
pr_err("%s: More Audproc Cal then expected, "
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment