summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci
diff options
context:
space:
mode:
authorThomas Pugliese2013-06-06 20:42:54 +0200
committerGreg Kroah-Hartman2013-06-06 21:14:38 +0200
commitedc40a4bbe4d8bb0f6ee69d562a38e8783d7a4f9 (patch)
treef4f586d878c1603b2bd8fdcb5bd9aeda514f28f0 /drivers/usb/host/whci
parentUSB: fix PTR_ERR translation in init_usb_class() (diff)
downloadkernel-qcow2-linux-edc40a4bbe4d8bb0f6ee69d562a38e8783d7a4f9.tar.gz
kernel-qcow2-linux-edc40a4bbe4d8bb0f6ee69d562a38e8783d7a4f9.tar.xz
kernel-qcow2-linux-edc40a4bbe4d8bb0f6ee69d562a38e8783d7a4f9.zip
wusbhc: disable suspend and resume on the root hub.
Suspend and resume are not currently supported on the wireless root hub. Remove the suspend and resume op functions in the host controller driver to avoid constant error messages in the system log. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/whci')
-rw-r--r--drivers/usb/host/whci/hcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/whci/hcd.c b/drivers/usb/host/whci/hcd.c
index c3a647816af0..ecc88db804e0 100644
--- a/drivers/usb/host/whci/hcd.c
+++ b/drivers/usb/host/whci/hcd.c
@@ -231,8 +231,6 @@ static struct hc_driver whc_hc_driver = {
.hub_status_data = wusbhc_rh_status_data,
.hub_control = wusbhc_rh_control,
- .bus_suspend = wusbhc_rh_suspend,
- .bus_resume = wusbhc_rh_resume,
.start_port_reset = wusbhc_rh_start_port_reset,
};