2020-12-28 16:41:10

by Michael Walle

[permalink] [raw]
Subject: [PATCH RESEND net-next 0/4] enetc: code cleanups

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(-)

--
2.20.1


2021-01-05 23:22:26

by David Miller

[permalink] [raw]
Subject: Re: [PATCH RESEND net-next 0/4] enetc: code cleanups

From: Michael Walle <[email protected]>
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.