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]
v19.07.3_mercusys_ac12_duma
kbuild test robot 5 years ago committed by Christian Lamparter
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…
Cancel
Save