mbox series

[net-next,0/4] enetc: code cleanups

Message ID 20201215212200.30915-1-michael@walle.cc
Headers show
Series enetc: code cleanups | expand

Message

Michael Walle Dec. 15, 2020, 9:21 p.m. UTC
This are some code cleanups in the MDIO part of the enetc. They are
intended to make the code more readable.

Michael Walle (4):
  enetc: drop unneeded indirection
  enetc: don't use macro magic for the readx_poll_timeout() callback
  enetc: drop MDIO_DATA() macro
  enetc: reorder macros and functions

 .../net/ethernet/freescale/enetc/enetc_mdio.c | 61 +++++++++----------
 1 file changed, 29 insertions(+), 32 deletions(-)

Comments

Vladimir Oltean Dec. 16, 2020, 7:25 p.m. UTC | #1
Hi Michael,

On Tue, Dec 15, 2020 at 10:21:56PM +0100, Michael Walle wrote:
> This are some code cleanups in the MDIO part of the enetc. They are
> intended to make the code more readable.

Nice cleanup, please resend it after net-next opens again.