mbox series

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

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

Message

Michael Walle Dec. 28, 2020, 1 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

David Miller Jan. 5, 2021, 11:20 p.m. UTC | #1
From: Michael Walle <michael@walle.cc>

Date: Mon, 28 Dec 2020 14:00:30 +0100

> This are some code cleanups in the MDIO part of the enetc. They are

> intended to make the code more readable.


Series applied, thank you.