mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:56:45 +07:00
[PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=n
This patch (as647) fixes a small error introduced by a recent change to the USB core suspend/resume code. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6a8e87b23f
commit
43c5d5aaaf
@ -1892,8 +1892,8 @@ int usb_resume_device(struct usb_device *udev)
|
||||
status = hub_port_resume(hdev_to_hub(udev->parent),
|
||||
udev->portnum, udev);
|
||||
} else
|
||||
status = 0;
|
||||
#endif
|
||||
status = 0;
|
||||
} else
|
||||
status = finish_device_resume(udev);
|
||||
if (status < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user