From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934844AbeB1VN4 (ORCPT ); Wed, 28 Feb 2018 16:13:56 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:40562 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933074AbeB1VNz (ORCPT ); Wed, 28 Feb 2018 16:13:55 -0500 X-Google-Smtp-Source: AG47ELvjS3HXIVPObjV1tUr6hSOHfeJOILY3uIC2TK6FjPpyimVeZo+vk2IjEBB9ugm+0Fovc1oqXA== Date: Wed, 28 Feb 2018 14:13:47 -0700 From: Jason Gunthorpe To: SF Markus Elfring Cc: linux-rdma@vger.kernel.org, Christian Benvenuti , Dave Goodell , Doug Ledford , Roland Dreier , Upinder Malhi , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH] IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init() Message-ID: <20180228211347.GA13394@ziepe.ca> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 27, 2018 at 08:15:17PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 27 Jan 2018 20:06:59 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > drivers/infiniband/hw/usnic/usnic_transport.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Applied to for-next Jason