Re: [PATCH 1/3] mfd: axp20x: Const-ify struct mfd_cell and struct resource

2018-04-16 Thread Lee Jones
On Thu, 29 Mar 2018, Chen-Yu Tsai wrote: > The axp20x driver has lots of mfd_cell and resource structs. > These can all be const-ified. > > Signed-off-by: Chen-Yu Tsai > --- > drivers/mfd/axp20x.c | 44 ++-- > include/linux/mfd/axp20x.h | 2 +- > 2

[PATCH 1/3] mfd: axp20x: Const-ify struct mfd_cell and struct resource

2018-03-28 Thread Chen-Yu Tsai
The axp20x driver has lots of mfd_cell and resource structs. These can all be const-ified. Signed-off-by: Chen-Yu Tsai --- drivers/mfd/axp20x.c | 44 ++-- include/linux/mfd/axp20x.h | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --