[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20101205033232.GD24000@void.printf.net>
Date: Sun, 5 Dec 2010 03:32:32 +0000
From: Chris Ball <cjb@...top.org>
To: Joe Perches <joe@...ches.com>
Cc: Jiri Kosina <trivial@...nel.org>, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 11/44] drivers/mmc: Remove unnecessary semicolons
Hi Joe,
On Sun, Nov 14, 2010 at 07:04:30PM -0800, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> drivers/mmc/host/davinci_mmc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
> index e15547c..b643dde 100644
> --- a/drivers/mmc/host/davinci_mmc.c
> +++ b/drivers/mmc/host/davinci_mmc.c
> @@ -480,7 +480,7 @@ static void mmc_davinci_send_dma_request(struct mmc_davinci_host *host,
> struct scatterlist *sg;
> unsigned sg_len;
> unsigned bytes_left = host->bytes_left;
> - const unsigned shift = ffs(rw_threshold) - 1;;
> + const unsigned shift = ffs(rw_threshold) - 1;
>
> if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) {
> template = &host->tx_template;
> --
Pushed to mmc-next for .38, thanks.
--
Chris Ball <cjb@...top.org> <http://printf.net/>
One Laptop Per Child
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists