rtc: rzn1: Check return value in rzn1_rtc_probe
authorYushan Zhou <katrinzhou@tencent.com>
Mon, 7 Nov 2022 09:25:44 +0000 (17:25 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 15 Nov 2022 20:01:51 +0000 (21:01 +0100)
commit9800f24f7bd5b99fb4fc4ce981427102e2e15a1c
treec0cda15805578288aeaac6f14b677000c0fbd64f
parent8ffb7733e162d26393523bd95c5bfffa6e09baf4
rtc: rzn1: Check return value in rzn1_rtc_probe

The rzn1_rtc_probe() function utilizes devm_pm_runtime_enable()
but wasn't checking the return value. Fix it by adding missing
check.

Fixes: deeb4b5393e1 ("rtc: rzn1: Add new RTC driver")

Signed-off-by: Yushan Zhou <katrinzhou@tencent.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20221107092544.3721053-1-zys.zljxml@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rzn1.c