commit | 4d7b44833e9a129d3220152727a19cceea3a2ac4 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Apr 25 11:31:13 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 25 14:11:27 2018 -0400 |
tree | eba0269006e7403c228bfa29c9a9e869a8e19ddc | |
parent | 22e15b6f9c010ffded63e6c9720a656eb3d73835 [diff] |
net: amd8111e: remove redundant duplicated if statement There are two identical nested if statements, the second is redundant and can be removed. Also clean up white space formatting. Cleans up cppcheck warning: drivers/net/ethernet/amd/amd8111e.c:1080: (warning) Identical inner 'if' condition is always true. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>