Re: [PATCH] Fixed hwmon_register_device() error regression

2017-05-29 Thread Zhang Rui
Hi, Josh On Sun, 2017-05-28 at 22:38 -0400, Josh Benson wrote: > Signed-off-by: Josh Benson First of all, you're missing a proper changelog here. Second, this patch has already been reverted by commit 3feb479cea37 because the name of some thermal devices contains special

Re: [PATCH] Fixed hwmon_register_device() error regression

2017-05-29 Thread Zhang Rui
Hi, Josh On Sun, 2017-05-28 at 22:38 -0400, Josh Benson wrote: > Signed-off-by: Josh Benson First of all, you're missing a proper changelog here. Second, this patch has already been reverted by commit 3feb479cea37 because the name of some thermal devices contains special characters which is

[PATCH] Fixed hwmon_register_device() error regression

2017-05-28 Thread Josh Benson
Signed-off-by: Josh Benson --- drivers/thermal/thermal_hwmon.c | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/drivers/thermal/thermal_hwmon.c b/drivers/thermal/thermal_hwmon.c index 541af5946203..c4a508a124dc 100644 ---

[PATCH] Fixed hwmon_register_device() error regression

2017-05-28 Thread Josh Benson
Signed-off-by: Josh Benson --- drivers/thermal/thermal_hwmon.c | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/drivers/thermal/thermal_hwmon.c b/drivers/thermal/thermal_hwmon.c index 541af5946203..c4a508a124dc 100644 --- a/drivers/thermal/thermal_hwmon.c