Skip to content

Commit ccc6cf1

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: intel_bus_common: update error log
We use __func__ in all calls of sdw_cdns_check_self_clearing_bits(), except in one case. Likely an editing miss when the code was refactored. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20230518024215.164281-1-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 1ec33e2 commit ccc6cf1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/soundwire/intel_bus_common.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ int intel_start_bus_after_clock_stop(struct sdw_intel *sdw)
171171
return ret;
172172
}
173173

174-
sdw_cdns_check_self_clearing_bits(cdns, "intel_resume_runtime no_quirks",
175-
true, INTEL_MASTER_RESET_ITERATIONS);
174+
sdw_cdns_check_self_clearing_bits(cdns, __func__, true, INTEL_MASTER_RESET_ITERATIONS);
176175

177176
return 0;
178177
}

0 commit comments

Comments
 (0)