From: Russell King Date: Thu, 8 Sep 2005 21:46:00 +0000 (+0100) Subject: [MMC] Ensure correct mmc_priv() behaviour X-Git-Tag: v2.6.14-rc1~492^2~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01357dcac62ac028de65a1c315eb75c530c8a5d6;p=pandora-kernel.git [MMC] Ensure correct mmc_priv() behaviour mmc_priv() has some nasty effects if the wrong pointer type is passed to it. Introduce type checking, which also means we get the right type. Also add an additional member to mmc_host which is used to align host-private data appropriately. Signed-off-by: Russell King --- Reading git-diff-tree failed