From: Fabio Joaquin <joakobar2000@gmail.com>
To: linux-staging@lists.linux.dev, gregkh@linuxfoundation.org,
~lkcamp/patches@lists.sr.ht
Subject: [PATCH] staging: iio: Solved warning of undefined string.
Date: Sat, 7 Sep 2024 15:25:14 -0300 [thread overview]
Message-ID: <20240907182514.8257-1-joakobar2000@gmail.com> (raw)
The remove of the line of the referenced string was the forced solution of this source of warning.
The string wasn't defined in the bindings directory, so this was necessary.
Signed-off-by: Fabio Joaquin <joakobar2000@gmail.com>
---
drivers/staging/iio/accel/adis16203.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/iio/accel/adis16203.c b/drivers/staging/iio/accel/adis16203.c
index c0e4c9266b5f4..0255ed6dc300d 100644
--- a/drivers/staging/iio/accel/adis16203.c
+++ b/drivers/staging/iio/accel/adis16203.c
@@ -293,7 +293,6 @@ static int adis16203_probe(struct spi_device *spi)
}
static const struct of_device_id adis16203_of_match[] = {
- { .compatible = "adi,adis16203" },
{ },
};
--
2.34.1
next reply other threads:[~2024-09-07 18:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-07 18:25 Fabio Joaquin [this message]
2024-09-08 11:33 ` [PATCH] staging: iio: Solved warning of undefined string Greg KH
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=20240907182514.8257-1-joakobar2000@gmail.com \
--to=joakobar2000@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-staging@lists.linux.dev \
--cc=~lkcamp/patches@lists.sr.ht \
/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