RE: [PATCH] mfd: constify properties in mfd_cell

From: Winkler, Tomas
Date: Tue Feb 04 2020 - 16:33:16 EST



>
> On Tue, Feb 4, 2020 at 10:18 PM Tomas Winkler <tomas.winkler@xxxxxxxxx>
> wrote:
> >
> > Constify 'struct property_entry *properties' in mfd_cell and
> > platform_device. It is always passed around as a pointer const struct.
> >
>
> After
>
> commit 277036f05be242540b7bfe75f226107d04f51b06
> Author: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
> Date: Fri Jun 2 07:43:27 2017 +0200
>
> platform: Accept const properties
>
> this one makes sense.
>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
>
> Does intel-lpss* compile with this change?


Yes, It does.