All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Fleming <afleming@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] MMC: PL180: Fix infinite loop with VExpress extended fifo implementation
Date: Wed, 2 Nov 2011 20:39:45 -0500	[thread overview]
Message-ID: <CAKWjMd6+uRP114qS7Dy=DhJ_zWUD9PN7MDvmTskv3b97XfC-LQ@mail.gmail.com> (raw)
In-Reply-To: <1317749544.740.27.camel@linaro1>

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

  parent reply	other threads:[~2011-11-03  1:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-04 17:32 [U-Boot] [PATCH] MMC: PL180: Fix infinite loop with VExpress extended fifo implementation Jon Medhurst
2011-10-05  9:30 ` Pawel Moll
2011-10-05  9:48   ` Jon Medhurst
2011-10-05  9:58     ` Pawel Moll
2011-10-05 10:14       ` Jon Medhurst
2011-10-06 16:43 ` Matt Waddel
2011-11-03  1:39 ` Andy Fleming [this message]
2011-11-04 13:06   ` [U-Boot] [PATCH v2] " Jon Medhurst
2011-11-08 20:46     ` Andy Fleming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKWjMd6+uRP114qS7Dy=DhJ_zWUD9PN7MDvmTskv3b97XfC-LQ@mail.gmail.com' \
    --to=afleming@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.