diff options
-rw-r--r-- | drivers/usb/core/hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 026ab2fe5c2d..daac0427bfd5 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c | |||
@@ -1607,7 +1607,7 @@ int usb_hcd_check_bandwidth(struct usb_device *udev, | |||
1607 | { | 1607 | { |
1608 | int num_intfs, i, j; | 1608 | int num_intfs, i, j; |
1609 | struct usb_interface_cache *intf_cache; | 1609 | struct usb_interface_cache *intf_cache; |
1610 | struct usb_host_interface *alt = 0; | 1610 | struct usb_host_interface *alt = NULL; |
1611 | int ret = 0; | 1611 | int ret = 0; |
1612 | struct usb_hcd *hcd; | 1612 | struct usb_hcd *hcd; |
1613 | struct usb_host_endpoint *ep; | 1613 | struct usb_host_endpoint *ep; |