Commit 5a42ac43 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by Rafael J. Wysocki

Revert "thermal/core: Deprecate changing cooling device state from userspace"

This reverts commit a67a46af.

It has been reported the warning is annoying as the cooling device
state is still needed on some production system.

Meanwhile we provide a way to consolidate the thermal framework to
prevent multiple actors acting on the cooling devices with conflicting
decisions, let's revert this warning.
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b2d229d4
...@@ -610,9 +610,6 @@ cur_state_store(struct device *dev, struct device_attribute *attr, ...@@ -610,9 +610,6 @@ cur_state_store(struct device *dev, struct device_attribute *attr,
unsigned long state; unsigned long state;
int result; int result;
dev_warn_once(&cdev->device,
"Setting cooling device state is deprecated\n");
if (sscanf(buf, "%ld\n", &state) != 1) if (sscanf(buf, "%ld\n", &state) != 1)
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment