Re: [PATCH 2/2] mfd: at91-usart: No need to copy mfd_cell in probe

2019-02-06 Thread Lee Jones
On Thu, 31 Jan 2019, Axel Lin wrote: > Use pointer instead. > > Signed-off-by: Axel Lin > --- > drivers/mfd/at91-usart.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for

[PATCH 2/2] mfd: at91-usart: No need to copy mfd_cell in probe

2019-01-30 Thread Axel Lin
Use pointer instead. Signed-off-by: Axel Lin --- drivers/mfd/at91-usart.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/at91-usart.c b/drivers/mfd/at91-usart.c index 684d3a8db661..6a8351a4588e 100644 --- a/drivers/mfd/at91-usart.c +++