Re: [PATCH] mfd: wm8994-regmap: Constify reg_default tables

2015-07-07 Thread Lee Jones
On Tue, 07 Jul 2015, Axel Lin wrote: > These reg_default tables are not modified after initialized, so make them > const. > > Signed-off-by: Axel Lin > --- > drivers/mfd/wm8994-regmap.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/w

Re: [PATCH] mfd: wm8994-regmap: Constify reg_default tables

2015-07-07 Thread Charles Keepax
On Tue, Jul 07, 2015 at 07:10:59PM +0800, Axel Lin wrote: > These reg_default tables are not modified after initialized, so make them > const. > > Signed-off-by: Axel Lin > --- Acked-by: Charles Keepax Thanks, Charles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

[PATCH] mfd: wm8994-regmap: Constify reg_default tables

2015-07-07 Thread Axel Lin
These reg_default tables are not modified after initialized, so make them const. Signed-off-by: Axel Lin --- drivers/mfd/wm8994-regmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mfd/wm8994-regmap.c b/drivers/mfd/wm8994-regmap.c index 300e9b6..c56b160 1006