diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-11-18 12:48:35 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-19 02:23:44 +0100 |
commit | c21709e744b482baab544a893a3a1a9370d51850 (patch) | |
tree | 9c3a9adfb916240b05f3cd61013b1760221ea137 /drivers/net/dsa/ocelot/felix.c | |
parent | lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VER (diff) | |
download | linux-c21709e744b482baab544a893a3a1a9370d51850.tar.xz linux-c21709e744b482baab544a893a3a1a9370d51850.zip |
net: phy: dp83869: fix return of uninitialized variable ret
In the case where the call to phy_interface_is_rgmii returns zero
the variable ret is left uninitialized and this is returned at
the end of the function dp83869_configure_rgmii. Fix this by
returning 0 instead of the uninitialized value in ret.
Addresses-Coverity: ("Uninitialized scalar variable")
Fixes: 01db923e8377 ("net: phy: dp83869: Add TI dp83869 phy")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/ocelot/felix.c')
0 files changed, 0 insertions, 0 deletions