Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753838AbZIJUGb (ORCPT ); Thu, 10 Sep 2009 16:06:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753799AbZIJUGa (ORCPT ); Thu, 10 Sep 2009 16:06:30 -0400 Received: from e24smtp05.br.ibm.com ([32.104.18.26]:44293 "EHLO e24smtp05.br.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753778AbZIJUG3 (ORCPT ); Thu, 10 Sep 2009 16:06:29 -0400 Subject: Re: [PATCH] tpm_tis: TPM_STS_DATA_EXPECT workaround From: Rajiv Andrade To: Daniel Walker Cc: Andy Isaacson , jmorris@namei.org, len.brown@intel.com, Alan Cox , Andy Isaacson , linux-kernel@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, dds@google.com, Mimi Zohar , Shahbaz Khan , seiji.munetoh@gmail.com In-Reply-To: <1252612709.30578.219.camel@desktop> References: <1246410255-6839-1-git-send-email-adi@vmware.com> <1246410255-6839-6-git-send-email-adi@vmware.com> <20090701110136.576a1d14@lxorguk.ukuu.org.uk> <1246455920.9140.28.camel@blackbox> <20090720182732.GL6370@hexapodia.org> <1252609714.4837.87.camel@blackbox> <1252612471.4837.107.camel@blackbox> <1252612709.30578.219.camel@desktop> Content-Type: text/plain Date: Thu, 10 Sep 2009 17:06:14 -0300 Message-Id: <1252613174.4837.117.camel@blackbox> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 30 On Thu, 2009-09-10 at 12:58 -0700, Daniel Walker wrote: > On Thu, 2009-09-10 at 16:54 -0300, Rajiv Andrade wrote: > > > Signed-off-by: Rajiv Andrade > > --- > > diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c > > index aec1931..c9990db 100644 > > --- a/drivers/char/tpm/tpm_tis.c > > +++ b/drivers/char/tpm/tpm_tis.c > > @@ -257,6 +257,10 @@ out: > > return size; > > } > > > > +static int itpm = 0; > > This patch has some checkpatch issues .. Could you run it > through ./script/checkpatch.pl and fix the issues that get reported? > Thanks for reminding me Daniel, it indeed complained about the itpm initialization to 0 and about a whitespace. Will post the fixed patch in reply to this note (avoid the quotes) Rajiv -- 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/