On Fri, 09 Aug 2013, Mark Brown wrote:
From: Mark Brown broonie@linaro.org
There is no need to use a per CPU workqueue to poll, especially with the 5s delay used, so allow the scheduler to use any CPU.
Signed-off-by: Mark Brown broonie@linaro.org
drivers/mfd/tps65010.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
I'm going to apply the patch and ...
schedule_delayed_work(&the_tps->work, 0);
queue_delayed_work(system_power_efficient_wq, &the_tps->work,
0);
... move this back up onto the line above, if it's all the same to you?