Skip to content

Commit

Permalink
[PATCH] USB: Fix usb hub build
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

 drivers/usb/core/hub.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  • Loading branch information
Matt Porter authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 8ad7fe1 commit e08fb39
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 @@ -1977,7 +1977,7 @@ int usb_suspend_device(struct usb_device *udev)

int usb_resume_device(struct usb_device *udev)
{
udev->dev.power_state.event = PM_EVENT_ON;
udev->dev.power.power_state.event = PM_EVENT_ON;
return 0;
}

Expand Down

0 comments on commit e08fb39

Please sign in to comment.