提交 bee344cb 编写于 作者: L Luis de Bethencourt 提交者: Rafael J. Wysocki

PCI / PM: Remove spurious semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.
Signed-off-by: NLuis de Bethencourt <luisbg@kernel.org>
Acked-by: NBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 a8750ddc
...@@ -953,7 +953,7 @@ static int pci_pm_freeze_late(struct device *dev) ...@@ -953,7 +953,7 @@ static int pci_pm_freeze_late(struct device *dev)
if (dev_pm_smart_suspend_and_suspended(dev)) if (dev_pm_smart_suspend_and_suspended(dev))
return 0; return 0;
return pm_generic_freeze_late(dev);; return pm_generic_freeze_late(dev);
} }
static int pci_pm_freeze_noirq(struct device *dev) static int pci_pm_freeze_noirq(struct device *dev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册