Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754977Ab2FHM7b (ORCPT ); Fri, 8 Jun 2012 08:59:31 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:47944 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751557Ab2FHM73 (ORCPT ); Fri, 8 Jun 2012 08:59:29 -0400 Date: Fri, 8 Jun 2012 15:58:59 +0300 From: Dan Carpenter To: Joe Perches Cc: Julia Lawall , Sergei Shtylyov , Felipe Balbi , kernel-janitors@vger.kernel.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Julia Lawall Subject: Re: [PATCH 3/7] drivers/usb/gadget/pch_udc.c: adjust suspicious bit operation Message-ID: <20120608125859.GO4400@mwanda> References: <1339018901-28439-1-git-send-email-Julia.Lawall@lip6.fr> <1339018901-28439-4-git-send-email-Julia.Lawall@lip6.fr> <4FD0A5F9.9050405@mvista.com> <1339081544.6009.44.camel@joe2Laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339081544.6009.44.camel@joe2Laptop> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 799 Lines: 22 On Thu, Jun 07, 2012 at 08:05:44AM -0700, Joe Perches wrote: > On Thu, 2012-06-07 at 16:23 +0200, Julia Lawall wrote: > > Oops, thanks for noticing that. I'll send a corrected version. > > Hi Julia. > > I should have let you know that I already submitted > a patch series for a simple treewide > "s/if (value | UC_CONSTANT)/if (value & UC_CONSTANT)/" > https://lkml.org/lkml/2012/5/30/625 > You could CC them to kernel-janitors@vger.kernel.org. Julia and I used to tread on each other's toes until we hijacked the k-j list. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/