From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:46408 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751120AbeCICuY (ORCPT ); Thu, 8 Mar 2018 21:50:24 -0500 Date: Thu, 08 Mar 2018 21:50:23 -0500 (EST) Message-Id: <20180308.215023.1992855527469199544.davem@davemloft.net> To: dan.carpenter@oracle.com Cc: sam@mendozajonas.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 2/2 net-next] net/ncsi: unlock on error in ncsi_set_interface_nl() From: David Miller In-Reply-To: <20180308093628.GD16525@mwanda> References: <20180308093628.GD16525@mwanda> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Dan Carpenter Date: Thu, 8 Mar 2018 12:36:28 +0300 > There are two error paths which are missing unlocks in this function. > > Fixes: 955dc68cb9b2 ("net/ncsi: Add generic netlink family") > Signed-off-by: Dan Carpenter Also applied, thanks Dan.