Message ID | 20230518024215.164281-1-yung-chuan.liao@linux.intel.com |
---|---|
State | New |
Headers | show |
Series | soundwire: intel_bus_common: update error log | expand |
On 18-05-23, 10:42, Bard Liao wrote: > From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> > > 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. Applied, thanks
diff --git a/drivers/soundwire/intel_bus_common.c b/drivers/soundwire/intel_bus_common.c index be0c93106fc8..e5ac3cc7cb79 100644 --- a/drivers/soundwire/intel_bus_common.c +++ b/drivers/soundwire/intel_bus_common.c @@ -182,8 +182,7 @@ int intel_start_bus_after_clock_stop(struct sdw_intel *sdw) return ret; } - sdw_cdns_check_self_clearing_bits(cdns, "intel_resume_runtime no_quirks", - true, INTEL_MASTER_RESET_ITERATIONS); + sdw_cdns_check_self_clearing_bits(cdns, __func__, true, INTEL_MASTER_RESET_ITERATIONS); return 0; }