commit | 5fc324952049b2e6d16a54ef89afee25611ca476 | [log] [tgz] |
---|---|---|
author | Russ Gorby <russ.gorby@intel.com> | Mon Feb 07 12:02:28 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 17 11:16:14 2011 -0800 |
tree | 8adffe2509388c7a999c28906e3594e0e79fb11d | |
parent | b68f23b24e0013d489aaa986da0210feea00d4c1 [diff] |
serial: ifx6x60: dma_alloc_coherent must use parent dev This driver is a SPI protocol driver and has no DMA ops associated with the device so the call will fail. Furthermore, the DMA allocation made here will be used by the SPI controller driver (parent dev) so it makes sense to pass that device instead. Signed-off-by: Russ Gorby <russ.gorby@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>