From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 417F21B209; Thu, 27 Sep 2018 13:29:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 04:29:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,310,1534834800"; d="scan'208";a="89862070" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 27 Sep 2018 04:29:15 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Sep 2018 04:29:15 -0700 Received: from hasmsx107.ger.corp.intel.com (10.184.198.27) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Sep 2018 04:29:15 -0700 Received: from hasmsx112.ger.corp.intel.com ([169.254.11.230]) by hasmsx107.ger.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Thu, 27 Sep 2018 14:29:12 +0300 From: "Jozwiak, TomaszX" To: "dev@dpdk.org" CC: Akhil Goyal , "stable@dpdk.org" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH 2/2] compress/qat: remove unnecessary assignment Thread-Index: AQHUUnfzxhB6WNyQh0yso6yin6nNz6UDzrsAgAA2BOA= Date: Thu, 27 Sep 2018 11:29:12 +0000 Message-ID: References: <1537622738-29475-2-git-send-email-fiona.trahe@intel.com> <9221f2b7-8737-369c-77e0-95e2a5daa1b2@nxp.com> In-Reply-To: <9221f2b7-8737-369c-77e0-95e2a5daa1b2@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.103.104.42] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] compress/qat: remove unnecessary assignment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 11:29:17 -0000 > -----Original Message----- > From: Fiona Trahe > Date: Sat, 22 Sep 2018 14:25:38 +0100 > Subject: [dpdk-dev] [PATCH 2/2] compress/qat: remove unnecessary > assignment > To: dev@dpdk.org > CC: akhil.goyal@nxp.com, stable@dpdk.org, Fiona Trahe > >=20 > Same variable was assigned twice, remove one. >=20 > Fixes: 6a7ea14819e9 ("compress/qat: add xform processing") > Cc: stable@dpdk.org >=20 > Signed-off-by: Fiona Trahe > --- Acked-by: Tomasz Jozwiak