From: Marcelo Mendes Spessoto Junior <marcelomspessoto@gmail.com>
To: kernel@lists.ime.usp.br
Subject: [PATCH] test iio patch
Date: Wed, 8 Apr 2026 00:28:23 -0300 [thread overview]
Message-ID: <20260408032830.64357-1-marcelomspessoto@gmail.com> (raw)
---
drivers/iio/gyro/adis16080.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/iio/gyro/adis16080.c b/drivers/iio/gyro/adis16080.c
index 178bba95a709..7c417ddd3582 100644
--- a/drivers/iio/gyro/adis16080.c
+++ b/drivers/iio/gyro/adis16080.c
@@ -70,6 +70,8 @@ static int adis16080_read_sample(struct iio_dev *indio_dev,
if (ret == 0)
*val = sign_extend32(be16_to_cpu(st->buf), 11);
+ printk(ret);
+
return ret;
}
--
2.47.3
--
kernel mailing list
kernel@lists.ime.usp.br
https://lists.ime.usp.br/listinfo/kernel
reply other threads:[~2026-04-08 3:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260408032830.64357-1-marcelomspessoto@gmail.com \
--to=marcelomspessoto@gmail.com \
--cc=kernel@lists.ime.usp.br \
/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