Re: [PATCH linux-next v2 1/1] phy: Sparx5 Eth SerDes: Use direct register operations
On 29-03-21, 16:13, Steen Hegelund wrote: > Use direct register operations instead of a table of register > information to lower the stack usage. Applied, thanks -- ~Vinod
[PATCH linux-next v2 1/1] phy: Sparx5 Eth SerDes: Use direct register operations
Use direct register operations instead of a table of register information to lower the stack usage. Signed-off-by: Steen Hegelund Reported-by: kernel test robot --- drivers/phy/microchip/sparx5_serdes.c | 1869 + 1 file changed, 951 insertions(+), 918 deletions(-) diff