瀏覽代碼

apm821xx: usb: xhci: fix semicolon.cocci warnings

drivers/usb/host/xhci-pci.c:788:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 9e0fd1b52ad1 ("apm821xx: add support for the Netgear Centria N900 WNDR4700/WNDR4720")
Signed-off-by: kbuild test robot <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]> [changed subject]
kbuild test robot 6 年之前
父節點
當前提交
91a7791115

+ 1 - 1
target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch

@@ -521,7 +521,7 @@ Signed-off-by: Christian Lamparter <[email protected]>
 +
 +
 +	default:
 +	default:
 +		return retval;
 +		return retval;
-+	};
++	}
 +
 +
  	driver = (struct hc_driver *)id->driver_data;
  	driver = (struct hc_driver *)id->driver_data;
  
  

+ 1 - 1
target/linux/apm821xx/patches-4.19/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch

@@ -521,7 +521,7 @@ Signed-off-by: Christian Lamparter <[email protected]>
 +
 +
 +	default:
 +	default:
 +		return retval;
 +		return retval;
-+	};
++	}
 +
 +
  	driver = (struct hc_driver *)id->driver_data;
  	driver = (struct hc_driver *)id->driver_data;