diff mbox

hwmon: (lm95241) Update module description to include LM95231

Message ID 1473751668-12177-1-git-send-email-axel.lin@ingics.com (mailing list archive)
State Accepted
Headers show

Commit Message

Axel Lin Sept. 13, 2016, 7:27 a.m. UTC
This driver also supports LM95231.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/hwmon/lm95241.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck Sept. 13, 2016, 2:29 p.m. UTC | #1
On 09/13/2016 12:27 AM, Axel Lin wrote:
> This driver also supports LM95231.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Applied to -next.

Thanks,
Guenter

> ---
>  drivers/hwmon/lm95241.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwmon/lm95241.c b/drivers/hwmon/lm95241.c
> index 844c2a0..8c573e6 100644
> --- a/drivers/hwmon/lm95241.c
> +++ b/drivers/hwmon/lm95241.c
> @@ -505,5 +505,5 @@ static struct i2c_driver lm95241_driver = {
>  module_i2c_driver(lm95241_driver);
>
>  MODULE_AUTHOR("Davide Rizzo <elpa.rizzo@gmail.com>");
> -MODULE_DESCRIPTION("LM95241 sensor driver");
> +MODULE_DESCRIPTION("LM95231/LM95241 sensor driver");
>  MODULE_LICENSE("GPL");
>

--
To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/hwmon/lm95241.c b/drivers/hwmon/lm95241.c
index 844c2a0..8c573e6 100644
--- a/drivers/hwmon/lm95241.c
+++ b/drivers/hwmon/lm95241.c
@@ -505,5 +505,5 @@  static struct i2c_driver lm95241_driver = {
 module_i2c_driver(lm95241_driver);
 
 MODULE_AUTHOR("Davide Rizzo <elpa.rizzo@gmail.com>");
-MODULE_DESCRIPTION("LM95241 sensor driver");
+MODULE_DESCRIPTION("LM95231/LM95241 sensor driver");
 MODULE_LICENSE("GPL");