]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sh_eth-dma-mapping-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 19:40:35 +0000 (14:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 19:40:35 +0000 (14:40 -0500)
commit86f531e42e1f3afd8f772b31661c523340b58c8a
treec91e5fe688d60eb652d75191b1f1a8d4cbaa3c9c
parent6a0be9a038e64b99c659b486b1696d2e3595fd2b
parent1863e1b837f0c9dcc9f19cada10cda485c5e1765
Merge branch 'sh_eth-dma-mapping-fixes'

Thomas Petazzoni says:

====================
net: sh_eth: DMA mapping API fixes

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>