From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 44EC119E7C for ; Wed, 31 May 2023 22:07:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 954DEC433EF; Wed, 31 May 2023 22:07:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685570852; bh=7EjhTSxh5SY7b9ApyiBAysKr7233N2ER+oIwSKBbgSA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iR/61cTw30Cwu+x71pfuEibL3AEEXR6oFsNAPnDrkiINUX8ZTeswXV5a+GDRRbO76 84ofQouyFlKQ+ZVfpvDUpMjq9RWosAkaZtbm6o0sPjGzJjPbBXEQQTaRrw9L63CrmY Xbo3hicgWRpKzJMMC3qyTTTzXLbzYdF6pxqVya+2nOYPidTqS5P2DQ0rxC3h/12AAC Yu++UCsY9MLNShSQw6HXXKyqVFG30qiXIpO5YwUUTNP5X+BY2ifxwJBDafsEtR7wkf Qme3wtRNHZzT/lEGhR/rDHXIHac++DNhggG+cqRpZ7WQ309WUFjniIiNF1jfNHzw+t pcnKsu5YqXI/w== Date: Wed, 31 May 2023 15:07:31 -0700 From: Saeed Mahameed To: Christophe JAILLET Cc: Saeed Mahameed , Leon Romanovsky , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org Subject: Re: [PATCH net-next] net/mlx5e: Remove a useless function call Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On 29 May 10:34, Christophe JAILLET wrote: >'handle' is known to be NULL here. There is no need to kfree() it. > >Signed-off-by: Christophe JAILLET Applied to net-next-mlx5. Thanks