Skip to content

Commit

Permalink
power_supply: Nuke power efficient wq
Browse files Browse the repository at this point in the history
Signed-off-by: TogoFire <togofire@mailfence.com>
Change-Id: Ib9280cc5dbbe72e306a04c9f27a799c3564d8e94
  • Loading branch information
TogoFire committed May 24, 2023
1 parent 95e55f7 commit fb296b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/supply/power_supply_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ __power_supply_register(struct device *parent,
atomic_inc(&psy->use_cnt);
psy->initialized = true;

queue_delayed_work(system_power_efficient_wq,
queue_delayed_work(system_wq,
&psy->deferred_register_work,
POWER_SUPPLY_DEFERRED_REGISTER_TIME);

Expand Down

0 comments on commit fb296b2

Please sign in to comment.