From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Lambert Date: Fri, 02 Sep 2016 14:37:57 +0000 Subject: [PATCH 0/2] add omitted release in qat_common Message-Id: <20160902143759.31125-1-lambert.quentin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Giovanni Cabiddu , Salvatore Benedetto , Herbert Xu , "David S. Miller" , qat-linux@intel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Quentin Lambert Cc: kernel-janitors@vger.kernel.org The first patch introduces a variable to handle different error codes and be able to reuse the same clean up code. The second add an omitted release by jumping to the clean code having set the returned value to the proper error code. --- drivers/crypto/qat/qat_common/qat_uclo.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) --- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Lambert Subject: [PATCH 0/2] add omitted release in qat_common Date: Fri, 2 Sep 2016 16:37:57 +0200 Message-ID: <20160902143759.31125-1-lambert.quentin@gmail.com> Cc: kernel-janitors@vger.kernel.org To: Giovanni Cabiddu , Salvatore Benedetto , Herbert Xu , "David S. Miller" , qat-linux@intel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Quentin Lambert Return-path: Received: from mail-wm0-f46.google.com ([74.125.82.46]:32801 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbcIBOiH (ORCPT ); Fri, 2 Sep 2016 10:38:07 -0400 Sender: linux-crypto-owner@vger.kernel.org List-ID: The first patch introduces a variable to handle different error codes and be able to reuse the same clean up code. The second add an omitted release by jumping to the clean code having set the returned value to the proper error code. --- drivers/crypto/qat/qat_common/qat_uclo.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) ---