This is a note to let you know that I've just added the patch titled
hwmon: (da9055) Don't use dash in the name attribute
to the 3.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
hwmon-da9055-don-t-use-dash-in-the-name-attribute.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 6b00f440dd678d786389a7100a2e03fe44478431 Mon Sep 17 00:00:00 2001
From: Axel Lin <[email protected]>
Date: Wed, 9 Jul 2014 09:22:54 +0800
Subject: hwmon: (da9055) Don't use dash in the name attribute
From: Axel Lin <[email protected]>
commit 6b00f440dd678d786389a7100a2e03fe44478431 upstream.
Dashes are not allowed in hwmon name attributes.
Use "da9055" instead of "da9055-hwmon".
Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/hwmon/da9055-hwmon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/hwmon/da9055-hwmon.c
+++ b/drivers/hwmon/da9055-hwmon.c
@@ -204,7 +204,7 @@ static ssize_t da9055_hwmon_show_name(st
struct device_attribute *devattr,
char *buf)
{
- return sprintf(buf, "da9055-hwmon\n");
+ return sprintf(buf, "da9055\n");
}
static ssize_t show_label(struct device *dev,
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/hwmon-da9052-don-t-use-dash-in-the-name-attribute.patch
queue-3.10/hwmon-da9055-don-t-use-dash-in-the-name-attribute.patch
queue-3.10/hwmon-adt7470-fix-writes-to-temperature-limit-registers.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html