bcm63xx_enet: use an unique MDIO bus name.
Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								0869b3a456
							
						
					
				
			
			
				commit
				
					
						3e617506c1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1727,7 +1727,7 @@ static int __devinit bcm_enet_probe(struct platform_device *pdev)
 | 
			
		|||
		bus->priv = priv;
 | 
			
		||||
		bus->read = bcm_enet_mdio_read_phylib;
 | 
			
		||||
		bus->write = bcm_enet_mdio_write_phylib;
 | 
			
		||||
		sprintf(bus->id, "%d", priv->mac_id);
 | 
			
		||||
		sprintf(bus->id, "%s-%d", pdev->name, priv->mac_id);
 | 
			
		||||
 | 
			
		||||
		/* only probe bus where we think the PHY is, because
 | 
			
		||||
		 * the mdio read operation return 0 instead of 0xffff
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue