Re: [PATCH 8/8] power: supply: core: remove {,devm_}power_supply_register_no_ws()
From: Tzung-Bi Shih
Date: Thu Oct 10 2024 - 22:37:34 EST
On Sat, Oct 05, 2024 at 12:05:10PM +0200, Thomas Weißschuh wrote:
> The same functionality is available through
> power_supply_config::no_wakeup_source, which is more idiomatic.
> All users of the old API have been converted.
>
> Also remove the argument "ws" from __power_supply_register(),
> as it is now always "true".
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>