Re: [PATCH v1] usb: dwc3: re-enable runtime PM after failed resume
From: Roy Luo
Date: Fri Sep 13 2024 - 19:25:28 EST
On Fri, Sep 13, 2024 at 11:12 AM Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> wrote:
>
> Can you include this info in the commit message?
>
> And while at it, can you also update minor style change to remove the
> brackets for single line if statement to this:
>
> ret = dwc3_resume_common(dwc, PMSG_RESUME);
> if (ret)
> pm_runtime_set_suspended(dev);
>
Sure, sent out v2 for review.
Regards,
Roy Luo