All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: ad7949: Fix error message
@ 2022-07-08 20:17 Thorsten Scherer
  2022-07-08 22:51 ` Liam Beguin
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Scherer @ 2022-07-08 20:17 UTC (permalink / raw)
  To: jic23, linux-iio; +Cc: Thorsten Scherer

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 drivers/iio/adc/ad7949.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/adc/ad7949.c b/drivers/iio/adc/ad7949.c
index 44bb5fde83de..12fb5f9971db 100644
--- a/drivers/iio/adc/ad7949.c
+++ b/drivers/iio/adc/ad7949.c
@@ -400,7 +400,7 @@ static int ad7949_spi_probe(struct spi_device *spi)
 
 	ret = ad7949_spi_init(ad7949_adc);
 	if (ret) {
-		dev_err(dev, "enable to init this device: %d\n", ret);
+		dev_err(dev, "fail to init this device: %d\n", ret);
 		return ret;
 	}
 
-- 
2.30.2


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

end of thread, other threads:[~2022-07-16 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 20:17 [PATCH] iio: adc: ad7949: Fix error message Thorsten Scherer
2022-07-08 22:51 ` Liam Beguin
2022-07-09  5:38   ` Thorsten Scherer
2022-07-16 17:51     ` Jonathan Cameron

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.