Skip to content

Commit

Permalink
lan743x: remove redundant semi-colon
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Yang Yingliang authored and David S. Miller committed Apr 1, 2021
1 parent c8ad0cf commit e228c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/microchip/lan743x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,7 @@ static int lan743x_pm_suspend(struct device *dev)
lan743x_pm_set_wol(adapter);

/* Host sets PME_En, put D3hot */
return pci_prepare_to_sleep(pdev);;
return pci_prepare_to_sleep(pdev);
}

static int lan743x_pm_resume(struct device *dev)
Expand Down

0 comments on commit e228c0d

Please sign in to comment.