On 3/1/21 9:21 PM, Daniel Lezcano wrote:
The dtpm table is an array of pointers, that forces the user of the
table to define initdata along with the declaration of the table
entry. It is more efficient to create an array of dtpm structure, so
the declaration of the table entry can be done by initializing the
different fields.

Signed-off-by: Daniel Lezcano <[email protected]>
---
  drivers/powercap/dtpm.c     |  4 ++--
  drivers/powercap/dtpm_cpu.c |  4 +++-
  include/linux/dtpm.h        | 22 +++++++++-------------
  3 files changed, 14 insertions(+), 16 deletions(-)


LGTM

Reviewed-by: Lukasz Luba <[email protected]>

Reply via email to