]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298796.001941:2,
Import notmuch_0.28.2.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298796.001941:2,
1 From: Chris Ball <cjb@laptop.org>
2 Subject: Re: [PATCH 11/44] drivers/mmc: Remove unnecessary semicolons
3 Date: Sun, 5 Dec 2010 03:32:32 +0000
4 Lines: 33
5 Message-ID: <20101205033232.GD24000@void.printf.net>
6 References: <cover.1289789604.git.joe@perches.com> <6391af02ba7ec4a76c5c5f462d8013fc1f52f999.1289789604.git.joe@perches.com>
7 Mime-Version: 1.0
8 Content-Type: text/plain; charset=us-ascii
9 Cc: Jiri Kosina <trivial@kernel.org>, linux-mmc@vger.kernel.org,
10         linux-kernel@vger.kernel.org
11 To: Joe Perches <joe@perches.com>
12 X-From: linux-mmc-owner@vger.kernel.org Sun Dec 05 04:32:38 2010
13 Return-path: <linux-mmc-owner@vger.kernel.org>
14 Envelope-to: glkm-linux-mmc@lo.gmane.org
15 Received: from vger.kernel.org ([209.132.180.67])
16         by lo.gmane.org with esmtp (Exim 4.69)
17         (envelope-from <linux-mmc-owner@vger.kernel.org>)
18         id 1PP5L3-0005AB-4b
19         for glkm-linux-mmc@lo.gmane.org; Sun, 05 Dec 2010 04:32:37 +0100
20 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
21         id S1752522Ab0LEDcg (ORCPT <rfc822;glkm-linux-mmc@m.gmane.org>);
22         Sat, 4 Dec 2010 22:32:36 -0500
23 Received: from void.printf.net ([89.145.121.20]:42897 "EHLO void.printf.net"
24         rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
25         id S1752473Ab0LEDcf (ORCPT <rfc822;linux-mmc@vger.kernel.org>);
26         Sat, 4 Dec 2010 22:32:35 -0500
27 Received: from chris by void.printf.net with local (Exim 4.69)
28         (envelope-from <chris@void.printf.net>)
29         id 1PP5Ky-0006Ly-KC; Sun, 05 Dec 2010 03:32:32 +0000
30 Content-Disposition: inline
31 In-Reply-To: <6391af02ba7ec4a76c5c5f462d8013fc1f52f999.1289789604.git.joe@perches.com>
32 User-Agent: Mutt/1.5.18 (2008-05-17)
33 Sender: linux-mmc-owner@vger.kernel.org
34 Precedence: bulk
35 List-ID: <linux-mmc.vger.kernel.org>
36 X-Mailing-List: linux-mmc@vger.kernel.org
37 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1071959>
38
39 Hi Joe,
40
41 On Sun, Nov 14, 2010 at 07:04:30PM -0800, Joe Perches wrote:
42 > Signed-off-by: Joe Perches <joe@perches.com>
43 > ---
44 >  drivers/mmc/host/davinci_mmc.c |    2 +-
45 >  1 files changed, 1 insertions(+), 1 deletions(-)
46
47 > diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
48 > index e15547c..b643dde 100644
49 > --- a/drivers/mmc/host/davinci_mmc.c
50 > +++ b/drivers/mmc/host/davinci_mmc.c
51 > @@ -480,7 +480,7 @@ static void mmc_davinci_send_dma_request(struct mmc_davinci_host *host,
52 >       struct scatterlist      *sg;
53 >       unsigned                sg_len;
54 >       unsigned                bytes_left = host->bytes_left;
55 > -     const unsigned          shift = ffs(rw_threshold) - 1;;
56 > +     const unsigned          shift = ffs(rw_threshold) - 1;
57 >  
58 >       if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) {
59 >               template = &host->tx_template;
60 > -- 
61
62 Pushed to mmc-next for .38, thanks.
63
64 -- 
65 Chris Ball   <cjb@laptop.org>   <http://printf.net/>
66 One Laptop Per Child
67 --
68 To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
69 the body of a message to majordomo@vger.kernel.org
70 More majordomo info at  http://vger.kernel.org/majordomo-info.html
71
72
73