提交 e08fb39b 编写于 作者: M Matt Porter 提交者: Greg Kroah-Hartman

[PATCH] USB: Fix usb hub build

Signed-off-by: NMatt Porter <mporter@kernel.crashing.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>

 drivers/usb/core/hub.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
上级 8ad7fe16
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册