aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/patches-4.14
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2019-03-07 18:04:43 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-03-13 16:25:37 +0100
commit91a779111581f15080798071f8cf5acd23fb6fda (patch)
tree601b8ea5fe4466b4a057908448ed7830084572fb /target/linux/apm821xx/patches-4.14
parentac5f431ad13ad167f4a5f0814dfa69ab0438ea1a (diff)
downloadupstream-91a779111581f15080798071f8cf5acd23fb6fda.tar.gz
upstream-91a779111581f15080798071f8cf5acd23fb6fda.tar.bz2
upstream-91a779111581f15080798071f8cf5acd23fb6fda.zip
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 <fengguang.wu@intel.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [changed subject]
Diffstat (limited to 'target/linux/apm821xx/patches-4.14')
-rw-r--r--target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch b/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch
index 41f9c8ac7d..ca7ae3bbd3 100644
--- a/target/linux/apm821xx/patches-4.14/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch
+++ b/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 <chunkeey@googlemail.com>
+
+ default:
+ return retval;
-+ };
++ }
+
driver = (struct hc_driver *)id->driver_data;