lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241019121755.366bc2ef@jic23-huawei>
Date: Sat, 19 Oct 2024 12:17:55 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: David Lechner <dlechner@...libre.com>
Cc: Mariel Tinaco <Mariel.Tinaco@...log.com>, Michael Hennerich
 <Michael.Hennerich@...log.com>, linux-iio@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio: dac: ad8460: fix DT compatible

On Fri, 18 Oct 2024 16:24:01 -0500
David Lechner <dlechner@...libre.com> wrote:

> Fix the DT compatible string in the of_device_id table to match the
> binding documentation. There should not be a space after the comma.
> 
> Fixes: a976ef24c625 ("iio: dac: support the ad8460 Waveform DAC")
> Signed-off-by: David Lechner <dlechner@...libre.com>
oops. Applied to the togreg branch of iio.git and pushed out as testing.
I'll probably rebase that tree to bring in some fixes other series
are dependent on sometime in the next week or so.

Jonathan

> ---
>  drivers/iio/dac/ad8460.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/dac/ad8460.c b/drivers/iio/dac/ad8460.c
> index dc8c76ba573d..6706c8112094 100644
> --- a/drivers/iio/dac/ad8460.c
> +++ b/drivers/iio/dac/ad8460.c
> @@ -924,7 +924,7 @@ static int ad8460_probe(struct spi_device *spi)
>  }
>  
>  static const struct of_device_id ad8460_of_match[] = {
> -	{ .compatible = "adi, ad8460" },
> +	{ .compatible = "adi,ad8460" },
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(of, ad8460_of_match);
> 
> ---
> base-commit: f2493655d2d3d5c6958ed996b043c821c23ae8d3
> change-id: 20241018-iio-adc-ad8460-fix-dt-compatible-91f5099172e4
> 
> Best regards,


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ