diff options
-rw-r--r-- | drivers/rtc/rtc-88pm860x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-88pm860x.c b/drivers/rtc/rtc-88pm860x.c index fb9e3c63b4ac..0c6add1a38dc 100644 --- a/drivers/rtc/rtc-88pm860x.c +++ b/drivers/rtc/rtc-88pm860x.c | |||
@@ -301,6 +301,7 @@ static int pm860x_rtc_dt_init(struct platform_device *pdev, | |||
301 | ret = of_property_read_u32(np, "marvell,88pm860x-vrtc", &info->vrtc); | 301 | ret = of_property_read_u32(np, "marvell,88pm860x-vrtc", &info->vrtc); |
302 | if (ret) | 302 | if (ret) |
303 | info->vrtc = 0; | 303 | info->vrtc = 0; |
304 | of_node_put(np); | ||
304 | return 0; | 305 | return 0; |
305 | } | 306 | } |
306 | #else | 307 | #else |