Commit e228c0de authored by Yang Yingliang's avatar Yang Yingliang Committed by David S. Miller

lan743x: remove redundant semi-colon

Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c8ad0cf3
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment