[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220411180754.5b7ab6da@thinkpad>
Date: Mon, 11 Apr 2022 18:07:54 +0200
From: Marek BehĂșn <kabel@...nel.org>
To: Miaoqian Lin <linmq006@...il.com>
Cc: Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] firmware: turris-mox-rwtm: Fix return value check of
wait_for_completion_timeout
On Mon, 11 Apr 2022 10:45:38 +0000
Miaoqian Lin <linmq006@...il.com> wrote:
> wait_for_completion_timeout() returns unsigned long not int.
> It returns 0 if timed out, and positive if completed.
> The check for <= 0 is ambiguous and should be == 0 here
> indicating timeout which is the only error case
>
> Fixes: 389711b37493 ("firmware: Add Turris Mox rWTM firmware driver")
> Signed-off-by: Miaoqian Lin <linmq006@...il.com>
Reviewed-by: Marek BehĂșn <kabel@...nel.org>
Powered by blists - more mailing lists