Adding the guilty party to the CC:. This really stinks, especially
after I did give the patch submitter a hard time about getting the
dependencies right. :-/
CONFIG_OF_MDIO is tristate and will be m if PHYLIB is m. Use
IS_ENABLED macro to prevent build error:
ERROR: "of_mdio_find_bus" [drivers/net/phy/mdio-mux.ko] undefined!
Reported-by: Randy Dunlap <redacted>
Cc: David Daney <redacted>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
---
I wonder if this could be as banal as this? Not even build tested...
Should be wrapped into commit 25106022 if it works, to ensure
bisectability.
Bjørn
drivers/net/phy/mdio_bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Adding the guilty party to the CC:. This really stinks, especially
after I did give the patch submitter a hard time about getting the
dependencies right. :-/
Indeed, how embarrassing.
It looks like Bjørn may have already posted a fix. I will try to verify
that it works, and take appropriate action.
Sorry about the screw up,
David Daney
From: David Daney <hidden> Date: 2012-05-11 17:58:16
On 05/11/2012 08:47 AM, Bjørn Mork wrote:
CONFIG_OF_MDIO is tristate and will be m if PHYLIB is m. Use
IS_ENABLED macro to prevent build error:
ERROR: "of_mdio_find_bus" [drivers/net/phy/mdio-mux.ko] undefined!
Reported-by: Randy Dunlap<redacted>
Cc: David Daney<redacted>
Signed-off-by: Bjørn Mork<bjorn@mork.no>
I was able to reproduce the failure, and this patch both fixes it and
seems correct, so...
Acked-by: David Daney<redacted>
Sorry about this failure.
quoted hunk
---
I wonder if this could be as banal as this? Not even build tested...
Should be wrapped into commit 25106022 if it works, to ensure
bisectability.
Bjørn
drivers/net/phy/mdio_bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Should be wrapped into commit 25106022 if it works, to ensure
bisectability.
Wrapped into?
Commits made to my net-next tree are permanent and irreversible, so we
cannot go back and change a commit. I never rebase my tree, too many
people use it directly and pull it into their tree, so I'd break their
world if I ever did that.
From: David Miller <davem@davemloft.net> Date: 2012-05-11 22:08:47
From: David Daney <redacted>
Date: Fri, 11 May 2012 10:58:06 -0700
On 05/11/2012 08:47 AM, Bjørn Mork wrote:
quoted
CONFIG_OF_MDIO is tristate and will be m if PHYLIB is m. Use
IS_ENABLED macro to prevent build error:
ERROR: "of_mdio_find_bus" [drivers/net/phy/mdio-mux.ko] undefined!
Reported-by: Randy Dunlap<redacted>
Cc: David Daney<redacted>
Signed-off-by: Bjørn Mork<bjorn@mork.no>
I was able to reproduce the failure, and this patch both fixes it and
seems correct, so...
Acked-by: David Daney<redacted>
From: Randy Dunlap <hidden> Date: 2012-05-11 23:50:07
On 05/11/2012 08:47 AM, Bjørn Mork wrote:
CONFIG_OF_MDIO is tristate and will be m if PHYLIB is m. Use
IS_ENABLED macro to prevent build error:
ERROR: "of_mdio_find_bus" [drivers/net/phy/mdio-mux.ko] undefined!
Reported-by: Randy Dunlap <redacted>
Cc: David Daney <redacted>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Acked-by: Randy Dunlap <redacted>
Thanks.
quoted hunk
---
I wonder if this could be as banal as this? Not even build tested...
Should be wrapped into commit 25106022 if it works, to ensure
bisectability.
Bjørn
drivers/net/phy/mdio_bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)