Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c Small minor conflict in bnx2x, wherein one commit changed how statistics were stored in software, and another commit fixed endianness bugs wrt. reading the values provided by the chip in memory. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -986,7 +986,7 @@ static int fec_enet_mii_probe(struct net_device *ndev)
|
||||
printk(KERN_INFO
|
||||
"%s: no PHY, assuming direct connection to switch\n",
|
||||
ndev->name);
|
||||
strncpy(mdio_bus_id, "0", MII_BUS_ID_SIZE);
|
||||
strncpy(mdio_bus_id, "fixed-0", MII_BUS_ID_SIZE);
|
||||
phy_id = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user