]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: mediatek: remove superfluous reset call
authorJohn Crispin <blogic@openwrt.org>
Thu, 7 Apr 2016 22:54:06 +0000 (00:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Apr 2016 02:41:32 +0000 (22:41 -0400)
commit13439eec7af24b0800e654ee03c57ab985083ae4
treee4a98307e32330a5be6fd6efd0b2bb7e28ffad05
parentbeeb4ca466fa1c399d69e34c30ddf04e0b7cbefd
net: mediatek: remove superfluous reset call

HW reset is triggered in the mtk_hw_init() function. There is no need to
also reset the core during probe.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mediatek/mtk_eth_soc.c