Re: [PATCH 1/5] rtc: pcf2127: fix a bug when not specify interrupts property

2020-09-15 Thread Alexandre Belloni
On Tue, 15 Sep 2020 15:32:09 +0800, Biwen Li wrote: > Fix a bug when not specify interrupts property in dts > as follows, > rtc-pcf2127-i2c 1-0051: failed to request alarm irq > rtc-pcf2127-i2c: probe of 1-0051 failed with error -22 Applied, thanks! [1/1] rtc: pcf2127: fix a bug when not

[PATCH 1/5] rtc: pcf2127: fix a bug when not specify interrupts property

2020-09-15 Thread Biwen Li
From: Biwen Li Fix a bug when not specify interrupts property in dts as follows, rtc-pcf2127-i2c 1-0051: failed to request alarm irq rtc-pcf2127-i2c: probe of 1-0051 failed with error -22 Signed-off-by: Biwen Li --- drivers/rtc/rtc-pcf2127.c | 4 ++-- 1 file changed, 2 insertions(+),