aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fusbh200-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/fusbh200-hcd.c')
-rw-r--r--drivers/usb/host/fusbh200-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fusbh200-hcd.c b/drivers/usb/host/fusbh200-hcd.c
index abe42f31559f..664d2aa1239c 100644
--- a/drivers/usb/host/fusbh200-hcd.c
+++ b/drivers/usb/host/fusbh200-hcd.c
@@ -4893,7 +4893,7 @@ static ssize_t store_uframe_periodic_max(struct device *dev,
4893 4893
4894 if (allocated_max > uframe_periodic_max) { 4894 if (allocated_max > uframe_periodic_max) {
4895 fusbh200_info(fusbh200, 4895 fusbh200_info(fusbh200,
4896 "cannot decrease uframe_periodic_max becase " 4896 "cannot decrease uframe_periodic_max because "
4897 "periodic bandwidth is already allocated " 4897 "periodic bandwidth is already allocated "
4898 "(%u > %u)\n", 4898 "(%u > %u)\n",
4899 allocated_max, uframe_periodic_max); 4899 allocated_max, uframe_periodic_max);