Skip to content

Commit bcf77d5

Browse files
committed
Merge branch 'renesas-dma-channel'
Sergei Shtylyov says: ==================== Fix DMA channel misreporting for the Renesas Ethernet drivers Here's a set of 2 patches against DaveM's 'net.git' repo fixing up the DMA channel reporting by 'ifconfig'... ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents eab8146 + 3c78658 commit bcf77d5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/net/ethernet/renesas/ravb_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,6 @@ static int ravb_probe(struct platform_device *pdev)
19081908

19091909
/* The Ether-specific entries in the device structure. */
19101910
ndev->base_addr = res->start;
1911-
ndev->dma = -1;
19121911

19131912
chip_id = (enum ravb_chip_id)of_device_get_match_data(&pdev->dev);
19141913

drivers/net/ethernet/renesas/sh_eth.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,6 @@ static int sh_eth_drv_probe(struct platform_device *pdev)
29962996
if (devno < 0)
29972997
devno = 0;
29982998

2999-
ndev->dma = -1;
30002999
ret = platform_get_irq(pdev, 0);
30013000
if (ret < 0)
30023001
goto out_release;

0 commit comments

Comments
 (0)