Re: [PATCH] mfd: menelaus: Remove superfluous error message

2019-06-03 Thread Lee Jones
On Tue, 21 May 2019, Alexandre Belloni wrote: > The RTC core already has error messages in case of failure, there is no > need to have another message in the driver. > > Signed-off-by: Alexandre Belloni > --- > drivers/mfd/menelaus.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks. -

[PATCH] mfd: menelaus: Remove superfluous error message

2019-05-21 Thread Alexandre Belloni
The RTC core already has error messages in case of failure, there is no need to have another message in the driver. Signed-off-by: Alexandre Belloni --- drivers/mfd/menelaus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mfd/menelaus.c b/drivers/mfd/menelaus.c index d28ebe7ecd21.