From: Stefan Agner Date: Mon, 2 Mar 2015 23:28:31 +0000 (+0100) Subject: spi: spi-imx: use correct enumeration type X-Git-Tag: omap-for-v4.1/fixes-rc1~176^2~3^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8361f70a85c3ecd8d5b971d4d8abcbb0f8586de;p=pandora-kernel.git spi: spi-imx: use correct enumeration type The fourth argument of dmaengine_prep_slave_sg needs to be of the enumeration type dma_transfer_direction instead of dma_data_direction. Since the used enumeration values actually stay the same, this is not an actual issue at runtime. Signed-off-by: Stefan Agner Signed-off-by: Mark Brown --- Reading git-diff-tree failed