Re: [PATCH v2] net: smc91x: Fix pointer types

From: Nicolas Pitre
Date: Thu May 16 2024 - 14:03:23 EST


On Thu, 16 May 2024, Andrew Lunn wrote:

> You could add a follow up patch which removes the
> void __iomem *__ioaddr = ioaddr; lines and uses lp->base.
> The code will then be more uniform.

Beware, It is sometimes overridden with __ioaddr = lp->datacs.


Nicolas