[PATCH v2 0/2] soundwire: stream: uniquify dev_err() logs

Bard Liao posted 2 patches 2 years, 5 months ago
drivers/soundwire/stream.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
[PATCH v2 0/2] soundwire: stream: uniquify dev_err() logs
Posted by Bard Liao 2 years, 5 months ago
There are a couple of duplicate logs which makes harder than needed to
follow the error flows. Add __func__ or make the log unique.
This series also changed some uses of "dev_err(bus->dev," where the stream
may depend on multiple managers/buses.

v2:
- Split the original patch into two patches

Pierre-Louis Bossart (2):
  soundwire: stream: remove bus->dev from logs on multiple buses
  soundwire: stream: uniquify dev_err() logs

 drivers/soundwire/stream.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/2] soundwire: stream: uniquify dev_err() logs
Posted by Vinod Koul 2 years, 5 months ago
On 22-03-23, 11:55, Bard Liao wrote:
> There are a couple of duplicate logs which makes harder than needed to
> follow the error flows. Add __func__ or make the log unique.
> This series also changed some uses of "dev_err(bus->dev," where the stream
> may depend on multiple managers/buses.

Applied, thanks

-- 
~Vinod