diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2016-01-25 08:35:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-25 19:51:52 +0100 |
commit | 62f2aaabcf41b9e69d0356a7c1716b173241c105 (patch) | |
tree | 9375f8ecfd626867f219b966fd1b5c3704ba7263 /drivers/net/ethernet/freescale | |
parent | net: macb: fix build warning (diff) | |
download | linux-62f2aaabcf41b9e69d0356a7c1716b173241c105.tar.xz linux-62f2aaabcf41b9e69d0356a7c1716b173241c105.zip |
defxx: fix build warning
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@vectorindia.org>
Acked-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/freescale')
0 files changed, 0 insertions, 0 deletions