Re: [PATCH] xhci: fix runtime PM imbalance in USB2 resume

From: Greg Kroah-Hartman
Date: Fri Feb 25 2022 - 01:24:01 EST


On Fri, Feb 25, 2022 at 01:53:11PM +0800, Henry Lin wrote:
> USB2 resume starts with usb_hcd_start_port_resume() in port status
> change handling for RESUME link state. usb_hcd_end_port_resume() call is
> needed to keep runtime PM balance.
>
> Signed-off-by: Henry Lin <henryl@xxxxxxxxxx>
> ---
> drivers/usb/host/xhci-hub.c | 2 ++
> 1 file changed, 2 insertions(+)

What commit does this fix?