Browse Source

swconfig: last vs tail

sorry .....

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 43107
John Crispin 11 years ago
parent
commit
62107ff367
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/generic/files/drivers/net/phy/swconfig.c

+ 1 - 1
target/linux/generic/files/drivers/net/phy/swconfig.c

@@ -1079,7 +1079,7 @@ register_switch(struct switch_dev *dev, struct net_device *netdev)
 	/* fill device name */
 	snprintf(dev->devname, IFNAMSIZ, SWCONFIG_DEVNAME, i);
 
-	list_add_last(&dev->dev_list, &swdevs);
+	list_add_tail(&dev->dev_list, &swdevs);
 	swconfig_unlock();
 
 	err = swconfig_create_led_trigger(dev);