Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1451106
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 2/2] clocksource: add J-Core timer/clocksource driver |
| Date | 2016-07-27 10:10 +0200 |
| Message-ID | <rZs4G-5fF-19@gated-at.bofh.it> (permalink) |
| References | <rZpJv-3HB-3@gated-at.bofh.it> <rZpJv-3HB-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wednesday, July 27, 2016 5:35:09 AM CEST Rich Felker wrote:
> +
> +static void __init jcore_pit_init(struct device_node *node)
> +{
> + int err;
> + __iomem void *pit_base;
> + unsigned pit_irq;
> + unsigned cpu;
> + struct jcore_pit_nb *nb = 0;
> + struct jcore_clocksource *cs = 0;
> + struct jcore_pit __percpu *pit_percpu = 0;
>
This no longer applies, as the return type of the init function is
now 'int', not 'void'.
Arnd
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 2/2] clocksource: add J-Core timer/clocksource driver Rich Felker <dalias@libc.org> - 2016-07-27 07:40 +0200 Re: [PATCH v4 2/2] clocksource: add J-Core timer/clocksource driver Arnd Bergmann <arnd@arndb.de> - 2016-07-27 10:10 +0200
csiph-web