Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1354849 > unrolled thread

Re: [PATCH 4/6] parisc: rtc: provide rtc_class_ops directly

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2016-03-10 05:40 +0100
Last post2016-03-10 05:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 4/6] parisc: rtc: provide rtc_class_ops directly Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-10 05:40 +0100

#1354849 — Re: [PATCH 4/6] parisc: rtc: provide rtc_class_ops directly

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-03-10 05:40 +0100
SubjectRe: [PATCH 4/6] parisc: rtc: provide rtc_class_ops directly
Message-ID<rb0ye-1LE-3@gated-at.bofh.it>
On 01/03/2016 at 18:00:00 +0100, Arnd Bergmann wrote :
> -	pdev = platform_device_register_simple("rtc-generic", -1, NULL, 0);
> +	pdev = platform_device_register_data(NULL, "rtc-generic", -1,
> +					     &rtc_generic_ops,
> +					     sizeof(rtc_generic_ops));
> +
> +

spurious blank line

>  	return PTR_ERR_OR_ZERO(pdev);
>  }
>  device_initcall(rtc_init);
> -- 
> 2.7.0
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web