soc: soundwire: update log type for soundwire
Update pr_err to dev_err to indicate which device has clock mismatch. Change-Id: Icf842ed63aa0a01ace0ff461f8c05194a0e25f92 Signed-off-by: Meng Wang <mengw@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

부모
0983e24039
커밋
8c60bb5664
@@ -311,7 +311,7 @@ static int swrm_clk_request(struct swr_mstr_ctrl *swrm, bool enable)
|
||||
complete(&swrm->clk_off_complete);
|
||||
}
|
||||
if (swrm->clk_ref_count < 0) {
|
||||
pr_err("%s: swrm clk count mismatch\n", __func__);
|
||||
dev_err(swrm->dev, "%s: swrm clk count mismatch\n", __func__);
|
||||
swrm->clk_ref_count = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user