From: Sonic Zhang Date: Wed, 12 Jan 2011 03:39:35 +0000 (-0500) Subject: mmc: bfin_sdh: fix alloc size for private data X-Git-Tag: v2.6.38-rc3~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34650f0f1ca589cda09c48cb62baf15e680a247;p=pandora-kernel.git mmc: bfin_sdh: fix alloc size for private data The bfin_sdh driver allocates the wrong size for the private data in the mmc_host. The first parameter of mmc_alloc_host should be the size of the local driver struct rather than the common mmc_host. Signed-off-by: Sonic Zhang Signed-off-by: Mike Frysinger Cc: Signed-off-by: Chris Ball --- Reading git-diff-tree failed