Re: [PATCH 1/2] mfd: at91-usart: Constify at91_usart_spi_subdev and at91_usart_serial_subdev

2019-02-06 Thread Lee Jones
On Thu, 31 Jan 2019, Axel Lin wrote: > They are never get changed, make them constant. > While at it, fix indent as well. > > Signed-off-by: Axel Lin > --- > drivers/mfd/at91-usart.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) Applied, thanks. -- Lee Jones [李琼斯]

[PATCH 1/2] mfd: at91-usart: Constify at91_usart_spi_subdev and at91_usart_serial_subdev

2019-01-30 Thread Axel Lin
They are never get changed, make them constant. While at it, fix indent as well. Signed-off-by: Axel Lin --- drivers/mfd/at91-usart.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mfd/at91-usart.c b/drivers/mfd/at91-usart.c index