From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH 1/3] RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlmsg() Date: Wed, 28 Feb 2018 14:14:05 -0700 Message-ID: <20180228211405.GB13394@ziepe.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: SF Markus Elfring Cc: linux-rdma@vger.kernel.org, Chien Tin Tung , Doug Ledford , Geert Uytterhoeven , Johannes Berg , Leon Romanovsky , Shiraz Saleem , Tatyana Nikolova , LKML , kernel-janitors@vger.kernel.org List-Id: linux-rdma@vger.kernel.org On Sat, Jan 27, 2018 at 10:19:05PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 27 Jan 2018 21:48:01 +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/core/iwpm_util.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) applied to for-next Jason From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Date: Wed, 28 Feb 2018 21:14:05 +0000 Subject: Re: [PATCH 1/3] RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlm Message-Id: <20180228211405.GB13394@ziepe.ca> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: linux-rdma@vger.kernel.org, Chien Tin Tung , Doug Ledford , Geert Uytterhoeven , Johannes Berg , Leon Romanovsky , Shiraz Saleem , Tatyana Nikolova , LKML , kernel-janitors@vger.kernel.org On Sat, Jan 27, 2018 at 10:19:05PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 27 Jan 2018 21:48:01 +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/core/iwpm_util.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) applied to for-next Jason