lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 27 Jul 2016 09:59:43 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	Rich Felker <dalias@...c.org>
Cc:	linux-kernel@...r.kernel.org, linux-sh@...r.kernel.org,
	devicetree@...r.kernel.org, Mark Rutland <mark.rutland@....com>,
	Rob Herring <robh+dt@...nel.org>,
	Daniel Lezcano <daniel.lezcano@...aro.org>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH v4 2/2] clocksource: add J-Core timer/clocksource driver

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ