commit | a34650f0f1ca589cda09c48cb62baf15e680a247 | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Tue Jan 11 22:39:35 2011 -0500 |
committer | Chris Ball <cjb@laptop.org> | Wed Jan 26 00:28:41 2011 -0500 |
tree | a3d327b9f7b5c7eccd3242c4942317ac3e4a8cc4 | |
parent | 548f07d2a36a4b085c059edb25edb3cd8d71fe3e [diff] |
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 <sonic.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: <stable@kernel.org> Signed-off-by: Chris Ball <cjb@laptop.org>