[U-Boot] [PATCH] MMC: PL180: Fix infinite loop with VExpress extended fifo implementation
Andy Fleming
afleming at gmail.com
Thu Nov 3 02:39:45 CET 2011
On Tue, Oct 4, 2011 at 12:32 PM, Jon Medhurst (Tixy)
<jon.medhurst at linaro.org> wrote:
> Cc: Andy Fleming <afleming at gmail.com>
> Signed-off-by: Jon Medhurst <jon.medhurst at 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
More information about the U-Boot
mailing list