From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Fleming Date: Wed, 2 Nov 2011 20:39:45 -0500 Subject: [U-Boot] [PATCH] MMC: PL180: Fix infinite loop with VExpress extended fifo implementation In-Reply-To: <1317749544.740.27.camel@linaro1> References: <1317749544.740.27.camel@linaro1> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 4, 2011 at 12:32 PM, Jon Medhurst (Tixy) wrote: > Cc: Andy Fleming > Signed-off-by: Jon Medhurst > ?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