Loading sound/soc/msm/qdsp6v2/q6asm.c +2 −2 Original line number Diff line number Diff line Loading @@ -339,7 +339,7 @@ static ssize_t audio_output_latency_dbgfs_write(struct file *file, { char *temp; if (count > 2*sizeof(char)) { if (count != 2*sizeof(char)) { pr_err("%s: err count is more %zd\n", __func__, count); return -EINVAL; } else { Loading Loading @@ -396,7 +396,7 @@ static ssize_t audio_input_latency_dbgfs_write(struct file *file, { char *temp; if (count > 2*sizeof(char)) { if (count != 2*sizeof(char)) { pr_err("%s: err count is more %zd\n", __func__, count); return -EINVAL; } else { Loading Loading
sound/soc/msm/qdsp6v2/q6asm.c +2 −2 Original line number Diff line number Diff line Loading @@ -339,7 +339,7 @@ static ssize_t audio_output_latency_dbgfs_write(struct file *file, { char *temp; if (count > 2*sizeof(char)) { if (count != 2*sizeof(char)) { pr_err("%s: err count is more %zd\n", __func__, count); return -EINVAL; } else { Loading Loading @@ -396,7 +396,7 @@ static ssize_t audio_input_latency_dbgfs_write(struct file *file, { char *temp; if (count > 2*sizeof(char)) { if (count != 2*sizeof(char)) { pr_err("%s: err count is more %zd\n", __func__, count); return -EINVAL; } else { Loading