OSDN Git Service

net/amd: Remove needless assignment and the extra brank lines
authorTang Bin <tangbin@cmss.chinamobile.com>
Mon, 6 Jul 2020 14:47:01 +0000 (22:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jul 2020 19:58:40 +0000 (12:58 -0700)
commitbc0c3ae40a03d47709b5d9d86cc9ed0681691e03
tree86620676b5aa2078fd3de4052fc235d280c7a9e2
parent0b8241fe3c4e172332f9fa690db6689e78e8e27f
net/amd: Remove needless assignment and the extra brank lines

The variable 'err = -ENODEV;' in au1000_probe() is
duplicate, so remove redundant one. And remove the
extra blank lines in the file au1000_eth.c

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/au1000_eth.c