Re: [PATCH 1/2] mfd: constify properties in mfd_cell

2020-05-20 Thread Lee Jones
On Sat, 16 May 2020, Tomas Winkler wrote: > Constify 'struct property_entry *properties' in > mfd_cell It is always passed > around as a pointer const struct. Apart from the odd commit log formatting ... > Signed-off-by: Tomas Winkler > --- > include/linux/mfd/core.h | 2 +- > 1 file changed,

[PATCH 1/2] mfd: constify properties in mfd_cell

2020-05-16 Thread Tomas Winkler
Constify 'struct property_entry *properties' in mfd_cell It is always passed around as a pointer const struct. Signed-off-by: Tomas Winkler --- include/linux/mfd/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index