Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752084AbeABEFz convert rfc822-to-8bit (ORCPT + 1 other); Mon, 1 Jan 2018 23:05:55 -0500 Received: from mga09.intel.com ([134.134.136.24]:28018 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752040AbeABEFw (ORCPT ); Mon, 1 Jan 2018 23:05:52 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,494,1508828400"; d="scan'208";a="191518488" From: "Shaikh, Azhar" To: Stephen Rothwell , Jarkko Sakkinen CC: Linux-Next Mailing List , "Linux Kernel Mailing List" Subject: RE: linux-next: build warning after merge of the tpmdd tree Thread-Topic: linux-next: build warning after merge of the tpmdd tree Thread-Index: AQHTg3SEdedk4xHjhkawgGSQQWoV46Nf82zA Date: Tue, 2 Jan 2018 04:05:49 +0000 Message-ID: <5FFFAD06ADE1CA4381B3F0F7C6AF5828989FE8@ORSMSX109.amr.corp.intel.com> References: <20180102135048.09b3338b@canb.auug.org.au> In-Reply-To: <20180102135048.09b3338b@canb.auug.org.au> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjIxZGQzNzYtYjk2ZS00MThjLWFmZmQtOWU1YmY1ODVjOTAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJUdWxBenpXeXNOcHlCVHdySDAwWmQ4YlhVYVNVWFwvOGdDYURcL3hPU0pnSG9sZzFnS3dZVVlhNXJPZVJmR0NjS04ifQ== dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.22.254.139] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Stephen, Thanks for reporting this. I have uploaded new patchset to tpmdd mailing list. Regards, Azhar Shaikh >-----Original Message----- >From: Stephen Rothwell [mailto:sfr@canb.auug.org.au] >Sent: Monday, January 1, 2018 6:51 PM >To: Jarkko Sakkinen >Cc: Linux-Next Mailing List ; Linux Kernel Mailing >List ; Shaikh, Azhar >Subject: linux-next: build warning after merge of the tpmdd tree > >Hi Jarkko, > >After merging the tpmdd tree, today's linux-next build (x86_64 >allmodconfig) produced this warning: > >drivers/char/tpm/tpm_tis.c: In function 'tpm_tis_pnp_remove': >drivers/char/tpm/tpm_tis.c:274:23: warning: unused variable 'priv' [- >Wunused-variable] > struct tpm_tis_data *priv = dev_get_drvdata(&chip->dev); > ^ >drivers/char/tpm/tpm_tis.c: In function 'tpm_tis_plat_remove': >drivers/char/tpm/tpm_tis.c:324:23: warning: unused variable 'priv' [- >Wunused-variable] > struct tpm_tis_data *priv = dev_get_drvdata(&chip->dev); > ^ > >Introduced by commit > > 6d0866cbc2d3 ("tpm: Keep CLKRUN enabled throughout the duration of >transmit_cmd()") > >-- >Cheers, >Stephen Rothwell