net: fec: remove redundant ipg clock disable
authorBaruch Siach <baruch@tkos.co.il>
Wed, 22 May 2019 13:56:15 +0000 (16:56 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:34:03 +0000 (17:34 -0700)
commit2bb0f3b4341b0120d50ec11939fcbccdf6511fe6
tree3356029eec33ce93cb8b08729e9bd9fcfa0b8165
parentcae9910e73446cac68a54e3a7b02aaa12b689026
net: fec: remove redundant ipg clock disable

Don't disable the ipg clock in the regulator error path. The clock is
disable unconditionally two lines below the failed_regulator label.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c