[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200605140107.31275-1-dmurphy@ti.com>
Date: Fri, 5 Jun 2020 09:01:03 -0500
From: Dan Murphy <dmurphy@...com>
To: <andrew@...n.ch>, <f.fainelli@...il.com>, <hkallweit1@...il.com>,
<davem@...emloft.net>, <kuba@...nel.org>
CC: <linux@...linux.org.uk>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <michael@...le.cc>,
Dan Murphy <dmurphy@...com>
Subject: [PATCH net 0/4] Fixes for OF_MDIO flag
Hello
There are some residual drivers that check the CONFIG_OF_MDIO flag using the
if defs. Using this check does not work when the OF_MDIO is configured as a
module. Using the IS_ENABLED macro checks if the flag is declared as built-in
or as a module.
Dan
Dan Murphy (4):
net: dp83869: Fix OF_MDIO config check
net: dp83867: Fix OF_MDIO config check
net: marvell: Fix OF_MDIO config check
net: mscc: Fix OF_MDIO config check
drivers/net/phy/dp83867.c | 2 +-
drivers/net/phy/dp83869.c | 2 +-
drivers/net/phy/marvell.c | 2 +-
drivers/net/phy/mscc/mscc.h | 2 +-
drivers/net/phy/mscc/mscc_main.c | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
--
2.26.2
Powered by blists - more mailing lists