Re: [PATCH v2] ath9k: clean up function ath9k_hif_usb_resume

From: Toke Høiland-Jørgensen
Date: Tue Sep 05 2023 - 12:45:49 EST


Dongliang Mu <dzm91@xxxxxxxxxxx> writes:

> In ath9k_hif_usb_resume, the error handling code calls
> ath9k_hif_usb_dealloc_urbs twice in different paths.
>
> To unify the error handling code, we move the else branch before
> the if branch and drop one level of indentation of the if branch.
>
> In addition, move the ret variable at the end of variable declarations
> to be reverse x-mas tree order.
>
> Note that this patch does not incur any functionability change.
>
> Signed-off-by: Dongliang Mu <dzm91@xxxxxxxxxxx>

So it seems this didn't make it to the lists; could you please try
re-sending?

-Toke