From: Russ Gorby Date: Mon, 7 Feb 2011 20:02:28 +0000 (-0800) Subject: serial: ifx6x60: dma_alloc_coherent must use parent dev X-Git-Tag: v2.6.39-rc1~470^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc324952049b2e6d16a54ef89afee25611ca476;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed