From: Marcin Wojtas <hidden> Date: 2021-06-24 00:53:16
The fallback case of fwnode_mdbiobus_register()
(relevant for !CONFIG_FWNODE_MDIO) was defined with wrong
argument name, causing a compilation error. Fix that.
Signed-off-by: Marcin Wojtas <redacted>
---
include/linux/fwnode_mdio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Andrew Lunn <andrew@lunn.ch> Date: 2021-06-24 16:14:36
On Thu, Jun 24, 2021 at 02:51:51AM +0200, Marcin Wojtas wrote:
The fallback case of fwnode_mdbiobus_register()
(relevant for !CONFIG_FWNODE_MDIO) was defined with wrong
argument name, causing a compilation error. Fix that.
Signed-off-by: Marcin Wojtas <redacted>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 24 Jun 2021 02:51:51 +0200 you wrote:
The fallback case of fwnode_mdbiobus_register()
(relevant for !CONFIG_FWNODE_MDIO) was defined with wrong
argument name, causing a compilation error. Fix that.
Signed-off-by: Marcin Wojtas <redacted>
---
include/linux/fwnode_mdio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)