lan743x: Remove MAC Reset from initialization
authorBryan Whitehead <Bryan.Whitehead@microchip.com>
Wed, 19 Dec 2018 21:55:15 +0000 (16:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jan 2019 08:51:03 +0000 (09:51 +0100)
commit332fc66790d6b2c4660c17444913dedbc7ba05cd
treedc59d78df58b524da73f38b081e7f28f9e901dd9
parente1b3575c474e4aa1c8673b0ad2face6bc12620c4
lan743x: Remove MAC Reset from initialization

[ Upstream commit e0e587878f538c9e3400219b6c516b8199dc2042 ]

The MAC Reset was noticed to erase important EEPROM settings.
It is also unnecessary since a chip wide reset was done earlier
in initialization, and that reset preserves EEPROM settings.

There for this patch removes the unnecessary MAC specific reset.

Signed-off-by: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/microchip/lan743x_main.c