Merge "ASoC: dsp: correct return value check"

This commit is contained in:
Linux Build Service Account
2018-11-20 19:53:09 -08:00
gecommit door Gerrit - the friendly Code Review server
bovenliggende e95846085a d9fa69c9e7
commit 56d0f0500e

Bestand weergeven

@@ -644,7 +644,7 @@ int adm_programable_channel_mixer(int port_id, int copp_idx, int session_id,
index = index + ch_mixer->input_channels[channel_index];
ret = adm_populate_channel_weight(&adm_pspd_params[index],
ch_mixer, channel_index);
if (!ret) {
if (ret) {
pr_err("%s: fail to get channel weight with error %d\n",
__func__, ret);
goto fail_cmd;