Revert "audio kernel: add null point check for lpass cdc."

This reverts commit bfbf93e9f8.

Change-Id: Id5e9e84b18e809831618639a0bf8f0497eb82bd3
Signed-off-by: Phani Kumar Uppalapati <quic_phaniu@quicinc.com>
This commit is contained in:
Phani Kumar Uppalapati
2022-11-30 13:23:15 -08:00
parent 8dcd87dafa
commit dc970caadb
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ int digital_cdc_rsc_mgr_hw_vote_enable(struct clk *vote_handle, struct device *d
ret = clk_prepare_enable(vote_handle);
mutex_unlock(&hw_vote_lock);
dev_err(dev, "%s: return %d\n", __func__, ret);
dev_dbg(dev, "%s: return %d\n", __func__, ret);
trace_printk("%s: return %d\n", __func__, ret);
return ret;
}