Re: [4.4 regression] 46a7fd8a : pcnet32: use pci_set_dma_mask insted of pci_dma_supported

2015-11-15 Thread Don Fry
On Wed, 2015-11-11 at 12:58 +0100, Christoph Hellwig wrote: > Can you try the patch below? Acked-by: Don Fry -- Since pci_set_dma_mask() returns the opposite of pci_dma_supported(), this fix is required for proper operation. The original patch in October was faulty. > > diff --git a/drivers/ne

Re: Re: [4.4 regression] 46a7fd8a : pcnet32: use pci_set_dma_mask insted of pci_dma_supported

2015-11-11 Thread Jongman Heo
> > --- Original Message --- > Sender : Christoph Hellwig > Date : 2015-11-11 20:58 (GMT+09:00) > Title : Re: [4.4 regression] 46a7fd8a : pcnet32: use pci_set_dma_mask insted > of pci_dma_supported > > Can you try the patch below? > > diff --git a/driv

Re: [4.4 regression] 46a7fd8a : pcnet32: use pci_set_dma_mask insted of pci_dma_supported

2015-11-11 Thread Christoph Hellwig
Can you try the patch below? diff --git a/drivers/net/ethernet/amd/pcnet32.c b/drivers/net/ethernet/amd/pcnet32.c index e2afabf..7ccebae 100644 --- a/drivers/net/ethernet/amd/pcnet32.c +++ b/drivers/net/ethernet/amd/pcnet32.c @@ -1500,10 +1500,11 @@ pcnet32_probe_pci(struct pci_dev *pdev, const s