public inbox for kernel-owner@lists.ime.usp.br
 help / color / mirror / Atom feed
* [PATCH] test iio patch
@ 2026-04-08  3:28 Marcelo Mendes Spessoto Junior
  0 siblings, 0 replies; only message in thread
From: Marcelo Mendes Spessoto Junior @ 2026-04-08  3:28 UTC (permalink / raw)
  To: kernel

---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-08  3:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08  3:28 [PATCH] test iio patch Marcelo Mendes Spessoto Junior

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