Merge "audio-lnx: Correct mutex usage during error handling"
This commit is contained in:
commit
2ba9dc5714
1 changed files with 1 additions and 1 deletions
|
@ -256,8 +256,8 @@ static int msm_int_enable_sdw_cdc_clk(struct msm_sdw_priv *msm_sdw,
|
|||
msm_sdw->int_mclk1_enabled = false;
|
||||
}
|
||||
}
|
||||
mutex_unlock(&msm_sdw->cdc_int_mclk1_mutex);
|
||||
rtn:
|
||||
mutex_unlock(&msm_sdw->cdc_int_mclk1_mutex);
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(msm_int_enable_sdw_cdc_clk);
|
||||
|
|
Loading…
Add table
Reference in a new issue