All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: codecs: idt821034: fix wrong log in idt821034_chip_direction_output()
@ 2025-08-22 10:28 ` Cryolitia PukNgae via B4 Relay
  0 siblings, 0 replies; 4+ messages in thread
From: Cryolitia PukNgae @ 2025-08-22 10:28 UTC (permalink / raw)
  To: Herve Codina, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai
  Cc: linux-sound, linux-kernel, guanwentao, niecheng1, zhanjun,
	Cryolitia PukNgae

Change `dir in` to `dir out`

Suggested-by: Jun Zhan <zhanjun@uniontech.com>
Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com>
---
 sound/soc/codecs/idt821034.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/idt821034.c b/sound/soc/codecs/idt821034.c
index 6738cf21983b0dc58e162cbfaacaedb5edaaa245..a03d4e5e7d144195622ea0cbf6b6c6ba95642aa7 100644
--- a/sound/soc/codecs/idt821034.c
+++ b/sound/soc/codecs/idt821034.c
@@ -1067,7 +1067,7 @@ static int idt821034_chip_direction_output(struct gpio_chip *c, unsigned int off
 
 	ret = idt821034_set_slic_conf(idt821034, ch, slic_conf);
 	if (ret) {
-		dev_err(&idt821034->spi->dev, "dir in gpio %d (%u, 0x%x) failed (%d)\n",
+		dev_err(&idt821034->spi->dev, "dir out gpio %d (%u, 0x%x) failed (%d)\n",
 			offset, ch, mask, ret);
 	}
 

---
base-commit: 3957a5720157264dcc41415fbec7c51c4000fc2d
change-id: 20250822-idt821034-0b5cb86b0c96

Best regards,
-- 
Cryolitia PukNgae <cryolitia@uniontech.com>


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

end of thread, other threads:[~2025-08-25 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 10:28 [PATCH] ASoC: codecs: idt821034: fix wrong log in idt821034_chip_direction_output() Cryolitia PukNgae
2025-08-22 10:28 ` Cryolitia PukNgae via B4 Relay
2025-08-22 10:40 ` Herve Codina
2025-08-25 20:04 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.