From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/tls: Removed redundant checks for non-NULL Date: Thu, 26 Jul 2018 14:02:22 -0700 (PDT) Message-ID: <20180726.140222.1689822061130779112.davem@davemloft.net> References: <20180724112427.16574-1-vakul.garg@nxp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, borisp@mellanox.com, aviadye@mellanox.com, davejwatson@fb.com To: vakul.garg@nxp.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:46870 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731394AbeGZWU6 (ORCPT ); Thu, 26 Jul 2018 18:20:58 -0400 In-Reply-To: <20180724112427.16574-1-vakul.garg@nxp.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vakul Garg Date: Tue, 24 Jul 2018 16:54:27 +0530 > Removed checks against non-NULL before calling kfree_skb() and > crypto_free_aead(). These functions are safe to be called with NULL > as an argument. > > Signed-off-by: Vakul Garg Applied.