commit | eb288865212373da9b958ac5284dedde9cd7c2e2 | [log] [tgz] |
---|---|---|
author | Steve Sakoman <steve@sakoman.com> | Thu Oct 28 09:00:26 2010 -0700 |
committer | Sandeep Paulraj <s-paulraj@ti.com> | Thu Nov 04 15:27:21 2010 -0400 |
tree | 67c742b77c55c3dd151f9ec8202e1584ea550431 | |
parent | b74d3b415c537c9f8578b6b20aba4369b70d064c [diff] |
mmc: Clean up generic mmc driver multi-block write functions The current mmc write implementation is type ulong, but returns int values. Some of the printf's are terminated with /n/r, one has none. This patch fixes these issues and also removes some unnecessary local variables. Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>