commit | dc41b8bf3df2b2c3bd833f871d88ff5ef40a19f3 | [log] [tgz] |
---|---|---|
author | Grazvydas Ignotas <notasas at> | Wed Aug 11 15:56:03 2010 -0700 |
committer | Sandeep Paulraj <s-paulraj@ti.com> | Thu Aug 12 13:50:25 2010 -0400 |
tree | dc4543c634a4011cec588676e51cd1fc3fd13d03 | |
parent | 8bbf4307c7a44ecf6a1cff905913a630ac949f18 [diff] |
mmc: omap3: fix block read function The OMAP3 block read function is not following API and always returning 1 instead of read block count, fix it. Also to simplify code, merge it with with a helper function, which was only called from the block read function. After this patch ext2 filesystem can be used properly. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Tested-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>