summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-02-12 17:20:28 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-02-12 17:20:28 +1100
commit781c0523eb18341194287c70599a01004f9e2366 (patch)
treec9ed8bf31b1761f1855880d34f669bd96821fae4 /drivers/staging
parentd421ddef04d46dd22184cce0f8d3cea5e5727ce7 (diff)
parent58a0a0f6bdda4e9d8cc8b49434449e703af6cc69 (diff)
Merge branch 'quilt/usb'
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/usbip/vhci_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci_sysfs.c b/drivers/staging/usbip/vhci_sysfs.c
index d8992d10d555..f6e34e03c8e4 100644
--- a/drivers/staging/usbip/vhci_sysfs.c
+++ b/drivers/staging/usbip/vhci_sysfs.c
@@ -144,7 +144,7 @@ static int valid_args(__u32 rhport, enum usb_device_speed speed)
case USB_SPEED_LOW:
case USB_SPEED_FULL:
case USB_SPEED_HIGH:
- case USB_SPEED_VARIABLE:
+ case USB_SPEED_WIRELESS:
break;
default:
usbip_uerr("speed %d\n", speed);