diff options
Diffstat (limited to 'drivers/usb/host/ehci-sysfs.c')
-rw-r--r-- | drivers/usb/host/ehci-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-sysfs.c b/drivers/usb/host/ehci-sysfs.c index f6459dfb6f54..5e44407aa099 100644 --- a/drivers/usb/host/ehci-sysfs.c +++ b/drivers/usb/host/ehci-sysfs.c | |||
@@ -132,7 +132,7 @@ static ssize_t store_uframe_periodic_max(struct device *dev, | |||
132 | 132 | ||
133 | if (allocated_max > uframe_periodic_max) { | 133 | if (allocated_max > uframe_periodic_max) { |
134 | ehci_info(ehci, | 134 | ehci_info(ehci, |
135 | "cannot decrease uframe_periodic_max becase " | 135 | "cannot decrease uframe_periodic_max because " |
136 | "periodic bandwidth is already allocated " | 136 | "periodic bandwidth is already allocated " |
137 | "(%u > %u)\n", | 137 | "(%u > %u)\n", |
138 | allocated_max, uframe_periodic_max); | 138 | allocated_max, uframe_periodic_max); |