Loading dsp/q6lsm.c +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ static int q6lsm_callback(struct apr_client_data *data, void *priv) } if (client->param_size != param_size) { pr_err("%s: response payload size %d mismatched with user requested %d\n", pr_err("%s: response payload size %d mismatched with user requested %zu\n", __func__, param_size, client->param_size); ret = -EINVAL; goto done; Loading Loading
dsp/q6lsm.c +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ static int q6lsm_callback(struct apr_client_data *data, void *priv) } if (client->param_size != param_size) { pr_err("%s: response payload size %d mismatched with user requested %d\n", pr_err("%s: response payload size %d mismatched with user requested %zu\n", __func__, param_size, client->param_size); ret = -EINVAL; goto done; Loading