From: Dan Williams Date: Wed, 18 Feb 2009 22:48:26 +0000 (-0800) Subject: atmel-mci: fix initialization of dma slave data X-Git-Tag: v2.6.29-rc6~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287d859222e0adbc67666a6154aaf42d7d5bbb54;p=pandora-kernel.git atmel-mci: fix initialization of dma slave data The conversion of atmel-mci to dma_request_channel missed the initialization of the channel dma_slave information. The filter_fn passed to dma_request_channel is responsible for initializing the channel's private data. This implementation has the additional benefit of enabling a generic client-channel data passing mechanism. Reviewed-by: Atsushi Nemoto Signed-off-by: Dan Williams Acked-by: Haavard Skinnemoen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed