Commit bee344cb authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Rafael J. Wysocki
Browse files

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: default avatarLuis de Bethencourt <luisbg@kernel.org>
Acked-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent a8750ddc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -953,7 +953,7 @@ static int pci_pm_freeze_late(struct device *dev)
	if (dev_pm_smart_suspend_and_suspended(dev))
		return 0;

	return pm_generic_freeze_late(dev);;
	return pm_generic_freeze_late(dev);
}

static int pci_pm_freeze_noirq(struct device *dev)