Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935131AbeAKSQN (ORCPT + 1 other); Thu, 11 Jan 2018 13:16:13 -0500 Received: from mail-oi0-f50.google.com ([209.85.218.50]:34480 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754368AbeAKSQM (ORCPT ); Thu, 11 Jan 2018 13:16:12 -0500 X-Google-Smtp-Source: ACJfBovSlKbrHdK7jTwK3X15M3yXJYVIIGfcjovBirImheh7M5NQ4sKtgPFBSpWD0pH14Fd2xpSa3/CqxIi6/gxbsKg= MIME-Version: 1.0 In-Reply-To: References: From: Robin Holt Date: Thu, 11 Jan 2018 12:16:10 -0600 Message-ID: Subject: Re: [PATCH 1/3] sgi-xpc: Delete error messages for a failed memory allocation in three functions To: SF Markus Elfring Cc: kernel-janitors@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman , LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 10, 2018 at 8:04 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 10 Jan 2018 14:00:17 +0100 > > Omit extra messages for a memory allocation failure in these functions. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring Acked-by: Robin Holt