Re: [net-next PATCH v2 1/2] net: phy: aquantia: add firmware load support

From: Andrew Lunn
Date: Wed Nov 01 2023 - 12:55:07 EST


> There are plenty of firmware around so it can be checked by from what I
> have, it looks like they are word aligned... Ok I will use the
> get_unaligned and add a comment saying that we assume the iram and dram
> section are always word aligned.

We probably want to know if there is firmware out there which is not
word aligned. So i would probably do phydev_err() and return -EINVAL.

Andrew