]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita653866920fc780fbd6b77cfa6dab58f097a8d46
tree86620676b5aa2078fd3de4052fc235d280c7a9e2
parent6e674353218f33d4548f478fa7a5bfd846ce37a1
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