Re: [PATCH 7/7] lib/power: fix unused but set variables

2021-11-12 Thread David Marchand
On Fri, Nov 12, 2021 at 3:17 PM Walsh, Conor wrote: > > Hi David, > > I will make those changes to the commit logs and respin them. > I'll also drop this patch from the set. These comments are trivial. We might get more substantial comments from drivers maintainers. I recommend waiting a bit bef

RE: [PATCH 7/7] lib/power: fix unused but set variables

2021-11-12 Thread Walsh, Conor
Hi David, I will make those changes to the commit logs and respin them. I'll also drop this patch from the set. Thanks, Conor. > Hello Conor, > > > On Fri, Nov 12, 2021 at 3:02 PM Conor Walsh > wrote: > > > > This patch removes the tot_ppi variable from the update_stats function > > within em

Re: [PATCH 7/7] lib/power: fix unused but set variables

2021-11-12 Thread David Marchand
Hello Conor, On Fri, Nov 12, 2021 at 3:02 PM Conor Walsh wrote: > > This patch removes the tot_ppi variable from the update_stats function > within empty poll in the power library as it is an unused but set > variable. About the commitlog, commenting on this patch, but it applies to other of th

[PATCH 7/7] lib/power: fix unused but set variables

2021-11-12 Thread Conor Walsh
This patch removes the tot_ppi variable from the update_stats function within empty poll in the power library as it is an unused but set variable. Bugzilla ID: 881 Fixes: 450f0791312c ("power: add traffic pattern aware power control") Signed-off-by: Conor Walsh Reported-by: Liang Longfeng ---