On 2/26/2024 8:23 AM, Karthikeyan Periyasamy wrote: > The Rxdma replenish handler currently contains redundant code in both the > success and error cases. To avoid the redundant code, implement a > conditional jump mechanism by placing a goto statement to prevent > unnecessary execution of the error handling code when the operation is > successful. This change streamline the code readability and enhance its > efficiency. > > Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1 > > Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@xxxxxxxxxxx> Acked-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>