]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Clean up generic mmc driver multi-block write functions
authorSteve Sakoman <steve@sakoman.com>
Thu, 28 Oct 2010 16:00:26 +0000 (09:00 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 4 Nov 2010 19:27:21 +0000 (15:27 -0400)
commitdef412b6618f5b887b80fcdad6ab4ee2fee0a110
tree67c742b77c55c3dd151f9ec8202e1584ea550431
parent31bfcf1c5776df3d90286aa15104c45096d53dc6
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>
drivers/mmc/mmc.c