Re: [PATCH v2] defxx: fix build warning

From: David Miller
Date: Mon Jan 25 2016 - 13:52:44 EST


From: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>
Date: Mon, 25 Jan 2016 13:05:20 +0530

> We are getting many build warnings about:
> 'bar_start' may be used uninitialized
> and
> 'bar_len' may be used uninitialized
>
> They are not actually uninitialized as dfx_get_bars() will initialize
> them properly. But still lets have them initialized just to satisfy the
> compiler (gcc 4.8.2).
>
> Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>

Applied.