
On Tue, Oct 4, 2011 at 12:32 PM, Jon Medhurst (Tixy) jon.medhurst@linaro.org wrote:
Cc: Andy Fleming afleming@gmail.com Signed-off-by: Jon Medhurst jon.medhurst@linaro.org drivers/mmc/arm_pl180_mmci.c | 26 -------------------------- 1 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/drivers/mmc/arm_pl180_mmci.c b/drivers/mmc/arm_pl180_mmci.c index ed296ee..e6467a2 100644 --- a/drivers/mmc/arm_pl180_mmci.c +++ b/drivers/mmc/arm_pl180_mmci.c @@ -111,7 +111,6 @@ static int do_command(struct mmc *dev, struct mmc_cmd *cmd) static int read_bytes(struct mmc *dev, u32 *dest, u32 blkcount, u32 blksize) { u32 *tempbuff = dest;
- int i;
u64 xfercount = blkcount * blksize; struct mmc_host *host = dev->priv; u32 status, status_err;
Please fix your patch-sending software. This patch has converted all of the tabs to spaces, and won't apply.
Andy