Re: [PATCH] net: macb: free resources on failure path of at91ether_open()

2020-06-24 Thread Claudiu.Beznea
Please ignore this one! I'll send a v2. On 24.06.2020 10:26, Claudiu Beznea wrote: > DMA buffers were not freed on failure path of at91ether_open(). > Along with changes for freeing the DMA buffers the enable/disable > interrupt instructions were moved to at91ether_start()/at91ether_stop() > funct

[PATCH] net: macb: free resources on failure path of at91ether_open()

2020-06-24 Thread Claudiu Beznea
DMA buffers were not freed on failure path of at91ether_open(). Along with changes for freeing the DMA buffers the enable/disable interrupt instructions were moved to at91ether_start()/at91ether_stop() functions and the operations on at91ether_stop() were done in their reverse order (compared with