summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-pci.c
diff options
context:
space:
mode:
authorJoe Perches2013-10-09 01:01:37 +0200
committerGreg Kroah-Hartman2013-10-12 01:26:46 +0200
commit2b84f92b8141679be6b90396655fa4887589ec28 (patch)
tree412ce6b97862813978b33b043eab4993b337bd09 /drivers/usb/host/uhci-pci.c
parentusb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context (diff)
downloadkernel-qcow2-linux-2b84f92b8141679be6b90396655fa4887589ec28.tar.gz
kernel-qcow2-linux-2b84f92b8141679be6b90396655fa4887589ec28.tar.xz
kernel-qcow2-linux-2b84f92b8141679be6b90396655fa4887589ec28.zip
usb: Remove unnecessary semicolons
These aren't necessary after switch and if blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/uhci-pci.c')
-rw-r--r--drivers/usb/host/uhci-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-pci.c b/drivers/usb/host/uhci-pci.c
index d89c78dc70c0..8de0da0e6dfc 100644
--- a/drivers/usb/host/uhci-pci.c
+++ b/drivers/usb/host/uhci-pci.c
@@ -178,7 +178,7 @@ static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
dev_warn(uhci_dev(uhci), "Root hub isn't suspended!\n");
rc = -EBUSY;
goto done;
- };
+ }
/* All PCI host controllers are required to disable IRQ generation
* at the source, so we must turn off PIRQ.