On Thursday 28 April 2016 00:34:23 Arnd Bergmann wrote:
>                 return -ENODEV;
>  
> -       pdev = platform_device_register_simple("rtc-generic", -1, NULL, 0);
> +       /* or just call devm_rtc_device_register instead? */
Oops, I was planning to remove the comment here.
I probably have to do a v4 anyway, fixed it up locally now.
	Arnd