Re: [PATCH v1] FROMLIST: driver: bluetooth: hci_qca: Always perform cleanup on every setup failure

From: Konrad Dybcio
Date: Mon Dec 29 2025 - 08:02:50 EST


On 12/22/25 1:38 PM, jinwli wrote:
> The retry logic in qca_setup combined error handling and
> retry gating under a single condition. This caused the final failed
> attempt (when retries reached MAX_INIT_RETRIES) to return without
> performing cleanup.
>
> So only jumping to retry when there is a error and retries have not
> reached MAX_INIT_RETRIES.
>
> Signed-off-by: jinwli <jinwang.li@xxxxxxxxxxxxxxxx>

Please fix your git name (unless that is how you actually write your name)

Why the 'FROMLIST:' in the title? It seems like you're the first submitter:

https://lore.kernel.org/all/?q=Always+perform+cleanup+on+every+setup+failure

Konrad