Re: [PATCH] rtc: stm32: manage the get_irq probe defer case

2019-04-24 Thread Alexandre Belloni
On 24/04/2019 14:26:48+0200, Fabien Dessenne wrote: > Manage the -EPROBE_DEFER error case for the wake IRQ. > > Signed-off-by: Fabien Dessenne > --- > drivers/rtc/rtc-stm32.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embe

Re: [PATCH] rtc: stm32: manage the get_irq probe defer case

2019-04-24 Thread Amelie DELAUNAY
On 4/24/19 2:26 PM, Fabien Dessenne wrote: > Manage the -EPROBE_DEFER error case for the wake IRQ. > > Signed-off-by: Fabien Dessenne Acked-by: Amelie Delaunay > --- > drivers/rtc/rtc-stm32.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/drivers/rtc/rtc-

[PATCH] rtc: stm32: manage the get_irq probe defer case

2019-04-24 Thread Fabien Dessenne
Manage the -EPROBE_DEFER error case for the wake IRQ. Signed-off-by: Fabien Dessenne --- drivers/rtc/rtc-stm32.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-stm32.c b/drivers/rtc/rtc-stm32.c index c5908cf..8e6c9b3 100644 --- a/drivers/rtc/rtc-stm3