[PATCH v2 2/3] rtc: mediatek: Add MT6397 RTC driver
Andrew Morton
akpm at linux-foundation.org
Tue Mar 31 15:01:03 PDT 2015
On Mon, 30 Mar 2015 16:15:50 +0800 Eddie Huang <eddie.huang at mediatek.com> wrote:
> > > +out_rtc:
> > > + rtc_device_unregister(rtc->rtc_dev);
> >
> > This is wrong. Whenever you jump to this label the RTC device has not
> > been registered yet.
>
> Oops, will fix in next round.
Please ensure that Uwe's review comments (starting at
https://lkml.org/lkml/2015/3/17/494) have been addressed.
More information about the linux-arm-kernel
mailing list