public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Fabio Joaquin <joakobar2000@gmail.com>
Cc: linux-staging@lists.linux.dev, ~lkcamp/patches@lists.sr.ht
Subject: Re: [PATCH] staging: iio: Solved warning of undefined string.
Date: Sun, 8 Sep 2024 13:33:44 +0200	[thread overview]
Message-ID: <2024090858-rewind-wolf-e75f@gregkh> (raw)
In-Reply-To: <20240907182514.8257-1-joakobar2000@gmail.com>

On Sat, Sep 07, 2024 at 03:25:14PM -0300, Fabio Joaquin wrote:
> The remove of the line of the referenced string was the forced solution of this source of warning.

What warning exactly?

And please wrap your changelog at 72 columns like your editor asked you
to.

> The string wasn't defined in the bindings directory, so this was necessary.

I can't really understand this sentance, sorry.

> 
> 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" },

So now this driver doesn't bind to anything?

confused,

greg k-h

      reply	other threads:[~2024-09-08 11:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 18:25 [PATCH] staging: iio: Solved warning of undefined string Fabio Joaquin
2024-09-08 11:33 ` Greg KH [this message]

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=2024090858-rewind-wolf-e75f@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=joakobar2000@gmail.com \
    --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