2023-11-20 20:02:30

by Sergey Shtylyov

[permalink] [raw]
Subject: Re: [PATCH 05/13] net: ravb: Stop DMA in case of failures on ravb_open()

On 11/20/23 11:45 AM, Claudiu wrote:

> From: Claudiu Beznea <[email protected]>
>
> In case ravb_phy_start() returns with error the settings applied in
> ravb_dma_init() are not reverted (e.g. config mode). For this call

It's called ravb_dmac_init().

> ravb_stop_dma() on failure path of ravb_open().
>
> Fixes: a0d2f20650e8 ("Renesas Ethernet AVB PTP clock driver")
> Signed-off-by: Claudiu Beznea <[email protected]>

Reviewed-by: Sergey Shtylyov <[email protected]>

[...]

MBR, Sergey