commit | def412b6618f5b887b80fcdad6ab4ee2fee0a110 | [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 | 31bfcf1c5776df3d90286aa15104c45096d53dc6 [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>