]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/host/uhci-pci.c
usb: Remove unnecessary semicolons
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / host / uhci-pci.c
index d89c78dc70c0c916503d7db0c9e02f865377be62..8de0da0e6dfcdca58cc6c65036528ba87304a45c 100644 (file)
@@ -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.