Hi all, Today's linux-next merge of the net-next tree got a conflict in: drivers/net/phy/marvell.c between commit: c505873eaece ("net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.") from the net tree and commit: 80274abafc60 ("net: phy: remove generic settings for callbacks config_aneg and read_status from drivers") from the net-next tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc drivers/net/phy/marvell.c index 82104edca393,2fc026dc170a..000000000000 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@@ -2085,8 -2070,7 +2082,7 @@@ static struct phy_driver marvell_driver .flags = PHY_HAS_INTERRUPT, .probe = marvell_probe, .config_init = &m88e1145_config_init, - .config_aneg = &marvell_config_aneg, + .config_aneg = &m88e1101_config_aneg, - .read_status = &genphy_read_status, .ack_interrupt = &marvell_ack_interrupt, .config_intr = &marvell_config_intr, .resume = &genphy_resume, -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html