Re: [PATCH 2/3] net: dsa: mt7530: use core_write wrapper

2021-03-11 Thread Andrew Lunn
On Wed, Mar 10, 2021 at 01:14:19PM -0800, Ilya Lipnitskiy wrote: > When disabling PLL, there is no need to call core_write_mmd_indirect > directly, use the core_write wrapper instead like the rest of the code > in the function does. This change helps with consistency and > readability. > > Signed-

[PATCH 2/3] net: dsa: mt7530: use core_write wrapper

2021-03-10 Thread Ilya Lipnitskiy
When disabling PLL, there is no need to call core_write_mmd_indirect directly, use the core_write wrapper instead like the rest of the code in the function does. This change helps with consistency and readability. Signed-off-by: Ilya Lipnitskiy --- drivers/net/dsa/mt7530.c | 5 + 1 file chan