commit | 2697ea5a859b83ca49511dcfd98daf42584eb3cf | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Feb 28 15:03:10 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 02 12:57:53 2017 -0800 |
tree | 4bfe06cf06d94760079e8472065c93b3db699cfb | |
parent | b42c6761fd1651f564491b53016046c9ebf0b2a9 [diff] |
amd-xgbe: Don't overwrite SFP PHY mod_absent settings If an SFP module is not present, xgbe_phy_sfp_phy_settings() should return after applying the default settings. Currently there is no return statement and the default settings are overwritten. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>