From 91a779111581f15080798071f8cf5acd23fb6fda Mon Sep 17 00:00:00 2001 From: kbuild test robot Date: Thu, 7 Mar 2019 18:04:43 +0100 Subject: [PATCH] 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 Signed-off-by: Christian Lamparter [changed subject] --- ...1-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch | 2 +- ...1-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch | 2 +- 2 files changed, 2 insertions(+), 2 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 + + default: + return retval; -+ }; ++ } + driver = (struct hc_driver *)id->driver_data; diff --git a/target/linux/apm821xx/patches-4.19/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch b/target/linux/apm821xx/patches-4.19/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch index 630aaca7e0..88866a68a0 100644 --- a/target/linux/apm821xx/patches-4.19/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch +++ b/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 + + default: + return retval; -+ }; ++ } + driver = (struct hc_driver *)id->driver_data; -- 2.30.2