public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] soundwire: stream: uniquify dev_err() logs
@ 2023-03-22  3:55 Bard Liao
  2023-03-22  3:55 ` [PATCH v2 1/2] soundwire: stream: remove bus->dev from logs on multiple buses Bard Liao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bard Liao @ 2023-03-22  3:55 UTC (permalink / raw)
  To: alsa-devel, vkoul
  Cc: vinod.koul, linux-kernel, pierre-louis.bossart, bard.liao

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-31 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22  3:55 [PATCH v2 0/2] soundwire: stream: uniquify dev_err() logs Bard Liao
2023-03-22  3:55 ` [PATCH v2 1/2] soundwire: stream: remove bus->dev from logs on multiple buses Bard Liao
2023-03-22  3:55 ` [PATCH v2 2/2] soundwire: stream: uniquify dev_err() logs Bard Liao
2023-03-31 13:15 ` [PATCH v2 0/2] " Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox