From: Guenter Roeck <linux@roeck-us.net>
To: Johan Hovold <johan@kernel.org>
Cc: Jean Delvare <jdelvare@suse.com>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, Vadim Pasternak <vadimp@mellanox.com>
Subject: Re: [PATCH] hwmon: (pmbus/xdpe12284): fix typo in compatible strings
Date: Wed, 12 Feb 2020 12:43:20 -0800 [thread overview]
Message-ID: <20200212204320.GA7035@roeck-us.net> (raw)
In-Reply-To: <20200212092426.24012-1-johan@kernel.org>
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@mellanox.com>
> Signed-off-by: Johan Hovold <johan@kernel.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);
prev parent reply other threads:[~2020-02-12 20:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-12 9:24 [PATCH] hwmon: (pmbus/xdpe12284): fix typo in compatible strings Johan Hovold
2020-02-12 20:43 ` Guenter Roeck [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=20200212204320.GA7035@roeck-us.net \
--to=linux@roeck-us.net \
--cc=devicetree@vger.kernel.org \
--cc=jdelvare@suse.com \
--cc=johan@kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vadimp@mellanox.com \
/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;
as well as URLs for NNTP newsgroup(s).