Re: [PATCH] rtc: add mxc driver for i.MX53
From: Lothar Waßmann <hidden>
Date: 2017-11-30 10:53:26
Also in:
linux-arm-kernel, linux-rtc, lkml
From: Lothar Waßmann <hidden>
Date: 2017-11-30 10:53:26
Also in:
linux-arm-kernel, linux-rtc, lkml
Hi, On Thu, 30 Nov 2017 10:50:47 +0100 Sascha Hauer wrote:
On Tue, Nov 28, 2017 at 08:39:27AM +0100, linux-kernel-dev-QonKdJ6Bx35Wk0Htik3J/w@public.gmane.org wrote:
[...]
quoted
+/*! MXC RTC Power management control */ +static int mxc_rtc_probe(struct platform_device *pdev) +{ + struct timespec tv; + struct resource *res; + struct rtc_drv_data *pdata = NULL;No need to initialize.quoted
+ void __iomem *ioaddr; + int ret = 0;
Same here. Lothar Waßmann -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html