net: ethernet: ave: Remove duplicate phy_resume() calls
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Mon, 24 Oct 2022 07:23:14 +0000 (16:23 +0900)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 03:20:24 +0000 (20:20 -0700)
commit3a6573b7a21864aafd43b347918a39e84dabfd89
tree0ba4a513c053c8492b9748a8247e4c82ef6eb303
parentb65ef50e0647cb6d7317ee5122f461286bb7f8d5
net: ethernet: ave: Remove duplicate phy_resume() calls

ave_open() in ave_resume() executes __phy_resume() via phy_start(), so no
need to call phy_resume() explicitly. Remove it.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20221024072314.24969-1-hayashi.kunihiko@socionext.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/socionext/sni_ave.c