From: Ben Dooks Date: Mon, 30 Jun 2008 21:40:39 +0000 (+0100) Subject: MMC: S3C24XX: Refuse incorrectly aligned transfers X-Git-Tag: v2.6.27-rc1~1047^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9c7b64022b7faff6022df64baec8ab467d0bfd;p=pandora-kernel.git MMC: S3C24XX: Refuse incorrectly aligned transfers The hardware does not support any multi-block transfers with an block-size that is not 32bit aligned. Also the driver itself does not support single block non-32bit transfers either. Ensure that the s3cmci_setup_data() returns the appropriate error if we encounter this. Signed-off-by: Ben Dooks Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed