|
775 | 775 | /* bring up the dma engine and IP core */
|
776 | 776 | --- a/drivers/net/ethernet/marvell/mv643xx_eth.c
|
777 | 777 | +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c
|
778 |
| -@@ -2700,7 +2700,6 @@ static int mv643xx_eth_shared_of_add_por |
| 778 | +@@ -2701,7 +2701,6 @@ static int mv643xx_eth_shared_of_add_por |
779 | 779 | struct platform_device *ppdev;
|
780 | 780 | struct mv643xx_eth_platform_data ppd;
|
781 | 781 | struct resource res;
|
782 | 782 | - const char *mac_addr;
|
783 | 783 | int ret;
|
784 | 784 | int dev_num = 0;
|
785 | 785 |
|
786 |
| -@@ -2731,9 +2730,7 @@ static int mv643xx_eth_shared_of_add_por |
| 786 | +@@ -2732,9 +2731,7 @@ static int mv643xx_eth_shared_of_add_por |
787 | 787 | return -EINVAL;
|
788 | 788 | }
|
789 | 789 |
|
|
1250 | 1250 |
|
1251 | 1251 | --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
|
1252 | 1252 | +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
|
1253 |
| -@@ -372,7 +372,7 @@ static int meson8b_dwmac_probe(struct pl |
| 1253 | +@@ -370,7 +370,7 @@ static int meson8b_dwmac_probe(struct pl |
1254 | 1254 | if (ret)
|
1255 | 1255 | return ret;
|
1256 | 1256 |
|
|
1455 | 1455 | of_node_put(node);
|
1456 | 1456 | --- a/drivers/net/ethernet/ti/cpsw.c
|
1457 | 1457 | +++ b/drivers/net/ethernet/ti/cpsw.c
|
1458 |
| -@@ -1306,7 +1306,6 @@ static int cpsw_probe_dt(struct cpsw_pla |
| 1458 | +@@ -1308,7 +1308,6 @@ static int cpsw_probe_dt(struct cpsw_pla |
1459 | 1459 |
|
1460 | 1460 | for_each_available_child_of_node(node, slave_node) {
|
1461 | 1461 | struct cpsw_slave_data *slave_data = data->slave_data + i;
|
1462 | 1462 | - const void *mac_addr = NULL;
|
1463 | 1463 | int lenp;
|
1464 | 1464 | const __be32 *parp;
|
1465 | 1465 |
|
1466 |
| -@@ -1378,10 +1377,8 @@ static int cpsw_probe_dt(struct cpsw_pla |
| 1466 | +@@ -1380,10 +1379,8 @@ static int cpsw_probe_dt(struct cpsw_pla |
1467 | 1467 | }
|
1468 | 1468 |
|
1469 | 1469 | no_phy_slave:
|
|
0 commit comments