commit | 4217efa353c6754005bf5198001a79fed751fe76 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Dec 21 14:07:11 2018 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Mon Apr 08 17:52:24 2019 +0200 |
tree | 1c6708bf6b1f00557da367f98a5862d0eea3b7e4 | |
parent | c13edf8106f6ad1edb9b7e011351fbaf83ceb992 [diff] |
parport_ip32: pass struct device to DMA API functions The DMA API generally relies on a struct device to work properly, and only barely works without one for legacy reasons. Pass the easily available struct device from the platform_device to remedy this. Signed-off-by: Christoph Hellwig <hch@lst.de>