Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Filling in the padding slot in the bpf structure as a bug fix in 'ne' overlapped with actually using that padding area for something in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1681,8 +1681,8 @@ static int netsec_probe(struct platform_device *pdev)
|
||||
if (ret)
|
||||
goto unreg_napi;
|
||||
|
||||
if (dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)))
|
||||
dev_warn(&pdev->dev, "Failed to enable 64-bit DMA\n");
|
||||
if (dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(40)))
|
||||
dev_warn(&pdev->dev, "Failed to set DMA mask\n");
|
||||
|
||||
ret = register_netdev(ndev);
|
||||
if (ret) {
|
||||
|
Reference in New Issue
Block a user