Re: [PATCH] rxrpc: avoid clang -Wuninitialized warning

From: David Miller
Date: Sat Mar 23 2019 - 21:49:25 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Fri, 22 Mar 2019 15:18:43 +0100

> clang produces a false-positive warning as it fails to notice
> that "lost = true" implies that "ret" is initialized:
...
> Rearrange the code to make that more obvious and avoid the warning.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied.