Skip to content

Commit 56ab165

Browse files
committed
[NOT FOR UPSTREAM] soundwire: cadence: force error level for HW_RST checks
Force this to get sof-test results on number of iterations needed to clear this bit. This patch shall not be submitted upstream and will be reverted when we figure out what happens with reset. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent e4bd249 commit 56ab165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soundwire/cadence_master.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ void sdw_cdns_check_self_clearing_bits(struct sdw_cdns *cdns, const char *string
10121012
break;
10131013
}
10141014

1015-
dev_dbg(cdns->dev, "%s: MCP_CONTROL_HW_RST is not cleared at iteration %d\n", string, i);
1015+
dev_err(cdns->dev, "%s: MCP_CONTROL_HW_RST is not cleared at iteration %d\n", string, i);
10161016
i++;
10171017

10181018
usleep_range(1000, 1500);

0 commit comments

Comments
 (0)