diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-11-08 16:31:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-10 04:26:58 +0300 |
commit | dc0b2c9cb47a2176e1f341bfdc770745d24e072c (patch) | |
tree | 12f2d9174981021fafa834aac5fe4176dfe4e3c7 /net/sunrpc | |
parent | 6c27f99d35f4d14b7fc5e50ae1f822d7cca6a5af (diff) | |
download | linux-dc0b2c9cb47a2176e1f341bfdc770745d24e072c.tar.xz |
net: mii: report 0 for unknown lp_advertising
The newly introduced mii_ethtool_get_link_ksettings function sets
lp_advertising to an uninitialized value when BMCR_ANENABLE is not
set:
drivers/net/mii.c: In function 'mii_ethtool_get_link_ksettings':
drivers/net/mii.c:224:2: error: 'lp_advertising' may be used uninitialized in this function [-Werror=maybe-uninitialized]
As documented in include/uapi/linux/ethtool.h, the value is
expected to be zero when we don't know it, so let's initialize
it to that.
Fixes: bc8ee596afe8 ("net: mii: add generic function to support ksetting support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc')
0 files changed, 0 insertions, 0 deletions