mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
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 <davem@davemloft.net>
This commit is contained in:
commit
bcf77d5b59
@ -1908,7 +1908,6 @@ static int ravb_probe(struct platform_device *pdev)
|
||||
|
||||
/* The Ether-specific entries in the device structure. */
|
||||
ndev->base_addr = res->start;
|
||||
ndev->dma = -1;
|
||||
|
||||
chip_id = (enum ravb_chip_id)of_device_get_match_data(&pdev->dev);
|
||||
|
||||
|
@ -2996,7 +2996,6 @@ static int sh_eth_drv_probe(struct platform_device *pdev)
|
||||
if (devno < 0)
|
||||
devno = 0;
|
||||
|
||||
ndev->dma = -1;
|
||||
ret = platform_get_irq(pdev, 0);
|
||||
if (ret < 0)
|
||||
goto out_release;
|
||||
|
Loading…
Reference in New Issue
Block a user