From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBmaL-0005Sk-F5 for qemu-devel@nongnu.org; Mon, 06 Nov 2017 13:57:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBmaH-0006e6-JI for qemu-devel@nongnu.org; Mon, 06 Nov 2017 13:57:25 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:58726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBmaH-0006dn-BE for qemu-devel@nongnu.org; Mon, 06 Nov 2017 13:57:21 -0500 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vA6IsYNY006594 for ; Mon, 6 Nov 2017 13:57:11 -0500 Received: from e14.ny.us.ibm.com (e14.ny.us.ibm.com [129.33.205.204]) by mx0a-001b2d01.pphosted.com with ESMTP id 2e2ue6f1su-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 06 Nov 2017 13:57:11 -0500 Received: from localhost by e14.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 6 Nov 2017 13:57:10 -0500 References: <20171106183925.16747-1-marcandre.lureau@redhat.com> <20171106183925.16747-2-marcandre.lureau@redhat.com> From: Stefan Berger Date: Mon, 6 Nov 2017 13:57:07 -0500 MIME-Version: 1.0 In-Reply-To: <20171106183925.16747-2-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 01/28] tpm-tis: remove unused locty_number List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org Cc: amarnath.valluri@intel.com On 11/06/2017 01:38 PM, Marc-Andr=C3=A9 Lureau wrote: > This field slipped in commit 5086bf9784. > > Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Stefan Berger > --- > hw/tpm/tpm_tis.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c > index 7402528b25..c5c534d7f2 100644 > --- a/hw/tpm/tpm_tis.c > +++ b/hw/tpm/tpm_tis.c > @@ -89,7 +89,6 @@ struct TPMState { > qemu_irq irq; > uint32_t irq_num; > > - uint8_t locty_number; > TPMBackendCmd cmd; > > char *backend;