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: <20200212204320.GA7035@roeck-us.net>
Date:   Wed, 12 Feb 2020 12:43:20 -0800
From:   Guenter Roeck <linux@...ck-us.net>
To:     Johan Hovold <johan@...nel.org>
Cc:     Jean Delvare <jdelvare@...e.com>, linux-hwmon@...r.kernel.org,
        linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
        Vadim Pasternak <vadimp@...lanox.com>
Subject: Re: [PATCH] hwmon: (pmbus/xdpe12284): fix typo in compatible strings

On Wed, Feb 12, 2020 at 10:24:26AM +0100, Johan Hovold wrote:
> Make sure that the driver compatible strings matches the binding by
> removing the space between the manufacturer and model.
> 
> Fixes: aaafb7c8eb1c ("hwmon: (pmbus) Add support for Infineon Multi-phase xdpe122 family controllers")
> Cc: Vadim Pasternak <vadimp@...lanox.com>
> Signed-off-by: Johan Hovold <johan@...nel.org>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/pmbus/xdpe12284.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/hwmon/pmbus/xdpe12284.c b/drivers/hwmon/pmbus/xdpe12284.c
> index 3d47806ff4d3..ecd9b65627ec 100644
> --- a/drivers/hwmon/pmbus/xdpe12284.c
> +++ b/drivers/hwmon/pmbus/xdpe12284.c
> @@ -94,8 +94,8 @@ static const struct i2c_device_id xdpe122_id[] = {
>  MODULE_DEVICE_TABLE(i2c, xdpe122_id);
>  
>  static const struct of_device_id __maybe_unused xdpe122_of_match[] = {
> -	{.compatible = "infineon, xdpe12254"},
> -	{.compatible = "infineon, xdpe12284"},
> +	{.compatible = "infineon,xdpe12254"},
> +	{.compatible = "infineon,xdpe12284"},
>  	{}
>  };
>  MODULE_DEVICE_TABLE(of, xdpe122_of_match);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ