mirror of https://github.com/hak5/openwrt.git
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: 9e0fd1b52a
("apm821xx: add support for the Netgear Centria N900 WNDR4700/WNDR4720")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [changed subject]
openwrt-19.07
parent
ac5f431ad1
commit
91a7791115
|
@ -521,7 +521,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
|
|||
+
|
||||
+ default:
|
||||
+ return retval;
|
||||
+ };
|
||||
+ }
|
||||
+
|
||||
driver = (struct hc_driver *)id->driver_data;
|
||||
|
||||
|
|
|
@ -521,7 +521,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
|
|||
+
|
||||
+ default:
|
||||
+ return retval;
|
||||
+ };
|
||||
+ }
|
||||
+
|
||||
driver = (struct hc_driver *)id->driver_data;
|
||||
|
||||
|
|
Loading…
Reference in New Issue