Skip to content

Commit

Permalink
USB: core: update comment to match current function name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 37b5801 commit 4bec991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -3629,7 +3629,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev)
}

if (!parent_hdev) {
/* this requires hcd-specific logic; see OHCI hc_restart() */
/* this requires hcd-specific logic; see ohci_restart() */
dev_dbg(&udev->dev, "%s for root hub!\n", __func__);
return -EISDIR;
}
Expand Down

0 comments on commit 4bec991

Please sign in to comment.