[PATCH] net: stmmac: Initialize the other members except the est->lock
Jakub Kicinski
kuba at kernel.org
Tue May 7 19:03:48 PDT 2024
On Sat, 4 May 2024 07:18:04 +0800 Xiaolei Wang wrote:
> Reinitialize the whole est structure would also reset the mutex lock
> which is embedded in the est structure, and then trigger the following
> warning. To address this, define all the other members except mutex lock
> as a struct group and use that for the reinitialization. We also need
> to require the mutex lock when doing this initialization.
Seems better to move the lock outside of the struct to
struct plat_stmmacenet_data.
More information about the linux-arm-kernel
mailing list