From: Adrian Hunter Date: Tue, 4 Nov 2014 10:42:41 +0000 (+0200) Subject: mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3d5f6ddcb915c0e702cf513bad4a3b1583f48f;p=pandora-kernel.git mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data It is kernel-style to use 'void *' for anonymous data. This is being applied to the ADMA bounce buffer which contains unaligned bytes, and to the ADMA descriptor table which will contain 32-bit ADMA descriptors or 64-bit ADMA descriptors when support is added. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed