thermal: helpers: Rearrange thermal_cdev_set_cur_state()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Jan 2024 16:42:48 +0000 (17:42 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Jan 2024 14:38:23 +0000 (15:38 +0100)
commitfd881eac3af6c4e36b34ce92d69fb1d7e95f5920
treee6b8d3048e3bcc423be73862721bbe4603c1989b
parent11fde939314836c4375b567d60407d752d987069
thermal: helpers: Rearrange thermal_cdev_set_cur_state()

Change the code layout in thermal_cdev_set_cur_state() so it returns
early on errors which is more consistent with what happens elsewhere.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/thermal_helpers.c