Re: [PATCH 5/9] net: fddi/defxx: avoid warning about uninitialized variable use

From: Maciej W. Rozycki
Date: Wed Jan 27 2016 - 10:15:34 EST


On Wed, 27 Jan 2016, Arnd Bergmann wrote:

> This adds code to ensure that the BAR values are initialized
> even in the impossible case when a device gets probed that
> does not belong to any bus. This shuts up the warning.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/net/fddi/defxx.c | 5 +++++
> 1 file changed, 5 insertions(+)

NAK, fixed already, commit 62f2aaabcf41 ("defxx: fix build warning").

Thanks for looking into this problem though, always welcome!

Maciej