Re: [PATCH 07/20] ethernet: ucc_geth: use qe_muram_free_addr()

From: Andrew Lunn
Date: Wed Dec 09 2020 - 20:38:03 EST


On Sat, Dec 05, 2020 at 08:17:30PM +0100, Rasmus Villemoes wrote:
> This removes the explicit NULL checks, and allows us to stop storing
> at least some of the _offset values separately.
>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@xxxxxxxxx>

This seems to rely on one of the missing patches. Please don't split
patches like this, it makes review very difficult.

Andrew