From: Thorsten Scherer <t.scherer@eckelmann.de>
To: <jic23@kernel.org>, <linux-iio@vger.kernel.org>
Cc: Thorsten Scherer <t.scherer@eckelmann.de>
Subject: [PATCH] iio: adc: ad7949: Fix error message
Date: Fri, 8 Jul 2022 22:17:20 +0200 [thread overview]
Message-ID: <20220708201720.16523-1-t.scherer@eckelmann.de> (raw)
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
next reply other threads:[~2022-07-08 20:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-08 20:17 Thorsten Scherer [this message]
2022-07-08 22:51 ` [PATCH] iio: adc: ad7949: Fix error message Liam Beguin
2022-07-09 5:38 ` Thorsten Scherer
2022-07-16 17:51 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220708201720.16523-1-t.scherer@eckelmann.de \
--to=t.scherer@eckelmann.de \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox