Re: [PATCH v1 2/4] mfd: intel-lpss: Constify device property structures

2021-03-22 Thread Lee Jones
On Mon, 01 Mar 2021, Andy Shevchenko wrote: > There is no point to have non-constant device properties in this driver. > Thus, constify them for good. > > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/intel-lpss-acpi.c | 8 > drivers/mfd/intel-lpss-pci.c | 10 +- > drive

[PATCH v1 2/4] mfd: intel-lpss: Constify device property structures

2021-03-01 Thread Andy Shevchenko
There is no point to have non-constant device properties in this driver. Thus, constify them for good. Signed-off-by: Andy Shevchenko --- drivers/mfd/intel-lpss-acpi.c | 8 drivers/mfd/intel-lpss-pci.c | 10 +- drivers/mfd/intel-lpss.h | 2 +- 3 files changed, 10 inserti