[<prev] [next>] [day] [month] [year] [list]
Message-ID: <YYjWr6mALJvwJp0H@atomide.com>
Date: Mon, 8 Nov 2021 09:50:07 +0200
From: Tony Lindgren <tony@...mide.com>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Santosh Shilimkar <ssantosh@...nel.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Dave Gerlach <d-gerlach@...com>, soc@...nel.org,
Arnd Bergmann <arnd@...db.de>,
Lee Jones <lee.jones@...aro.org>,
Zhen Lei <thunder.leizhen@...wei.com>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] soc: ti: fix wkup_m3_rproc_boot_thread return type
* Arnd Bergmann <arnd@...nel.org> [211105 07:52]:
> From: Arnd Bergmann <arnd@...db.de>
>
> The wkup_m3_rproc_boot_thread() function uses a nonstandard prototype,
> which broke after Eric's recent cleanup:
>
> drivers/soc/ti/wkup_m3_ipc.c: In function 'wkup_m3_rproc_boot_thread':
> drivers/soc/ti/wkup_m3_ipc.c:429:16: error: 'return' with a value, in function returning void [-Werror=return-type]
> 429 | return 0;
> | ^
> drivers/soc/ti/wkup_m3_ipc.c:416:13: note: declared here
> 416 | static void wkup_m3_rproc_boot_thread(struct wkup_m3_ipc *m3_ipc)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>
> Change it to the normal prototype as it should have been from the
> start.
Thanks
Acked-by: Tony Lindgren <tony@...mide.com>
Powered by blists - more mailing lists