Re: [PATCH 0/2] net: sh_eth: DMA mapping API fixes

2017-12-05 Thread David Miller
From: Thomas Petazzoni Date: Mon, 4 Dec 2017 14:33:25 +0100 > Here are two patches that fix how the sh_eth driver is using the DMA > mapping API: a bogus struct device is used in some places, or a NULL > struct device is used. Series applied.

[PATCH 0/2] net: sh_eth: DMA mapping API fixes

2017-12-04 Thread Thomas Petazzoni
Hello, Here are two patches that fix how the sh_eth driver is using the DMA mapping API: a bogus struct device is used in some places, or a NULL struct device is used. Best regards, Thomas Thomas Petazzoni (2): net: sh_eth: use correct "struct device" when calling DMA mapping functions