Re: [PATCH AUTOSEL 4.14 02/10] power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()

From: Pavel Machek
Date: Fri Jun 16 2023 - 15:29:34 EST


Hi!

> From: Hans de Goede <hdegoede@xxxxxxxxxx>
>
> [ Upstream commit 59dddea9879713423c7b2ade43c423bb71e0d216 ]
>
> Use mod_delayed_work() instead of separate cancel_delayed_work_sync() +
> schedule_delayed_work() calls.

AFAICT this is just a cleanup, we should not need it for -stable.

Best regards,
Pavel

> +++ b/drivers/power/supply/bq27xxx_battery.c
> @@ -832,10 +832,8 @@ static int poll_interval_param_set(const char *val, const struct kernel_param *k
> return ret;
>
> mutex_lock(&bq27xxx_list_lock);
> - list_for_each_entry(di, &bq27xxx_battery_devices, list) {
> - cancel_delayed_work_sync(&di->work);
> - schedule_delayed_work(&di->work, 0);
> - }
> + list_for_each_entry(di, &bq27xxx_battery_devices, list)
> + mod_delayed_work(system_wq, &di->work, 0);
> mutex_unlock(&bq27xxx_list_lock);
>
> return ret;

--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Attachment: signature.asc
Description: PGP signature