From: Vinod Koul Date: Mon, 28 Nov 2011 03:21:16 +0000 (+0530) Subject: dmaengine: timb_dma: fix the spare warinings X-Git-Tag: v3.3-rc1~19^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5613947addb1e1096a3be29dfe817905e385469;p=pandora-kernel.git dmaengine: timb_dma: fix the spare warinings Sparse warns: drivers/dma/timb_dma.c:168:17: warning: mixing different enum types drivers/dma/timb_dma.c:168:17: int enum dma_transfer_direction versus drivers/dma/timb_dma.c:168:17: int enum dma_data_direction drivers/dma/timb_dma.c:172:32: warning: mixing different enum types drivers/dma/timb_dma.c:172:32: int enum dma_transfer_direction versus drivers/dma/timb_dma.c:172:32: int enum dma_data_direction Reported-by: Dan Carpenter Signed-off-by: Vinod Koul --- Reading git-diff-tree failed