diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-08-29 12:17:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:21:21 -0400 |
commit | 4bec99174a5911457cddd87ceab4f5e038cc8141 (patch) | |
tree | 23b38862d8361d83d6571d56bf5c423188f6cf90 /drivers | |
parent | 37b5801e16d2e192fe2b20f4af33aa8c6e8786f3 (diff) |
USB: core: update comment to match current function name
Found while debugging a USB problem and trying to find the mentioned function.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 84c1897188d2..5da546c4fd79 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
@@ -3629,7 +3629,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev) | |||
3629 | } | 3629 | } |
3630 | 3630 | ||
3631 | if (!parent_hdev) { | 3631 | if (!parent_hdev) { |
3632 | /* this requires hcd-specific logic; see OHCI hc_restart() */ | 3632 | /* this requires hcd-specific logic; see ohci_restart() */ |
3633 | dev_dbg(&udev->dev, "%s for root hub!\n", __func__); | 3633 | dev_dbg(&udev->dev, "%s for root hub!\n", __func__); |
3634 | return -EISDIR; | 3634 | return -EISDIR; |
3635 | } | 3635 | } |