From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750797AbdE0Snh (ORCPT ); Sat, 27 May 2017 14:43:37 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:53254 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727AbdE0Sng (ORCPT ); Sat, 27 May 2017 14:43:36 -0400 Date: Sat, 27 May 2017 19:43:31 +0100 From: Al Viro To: SF Markus Elfring Cc: adi-buildroot-devel@lists.sourceforge.net, Ingo Molnar , Steven Miao , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 1/2] blackfin: Delete an error message for a failed memory allocation in bfin_pm_suspend_mem_enter() Message-ID: <20170527184331.GK390@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 24, 2017 at 08:03:45PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 24 May 2017 19:29:25 +0200 > > Omit an extra message for a memory allocation failure in this function. That's no extra message, that's "won't continue past that point if it happens". > This issue was detected by using the Coccinelle software. ... which absolves you of any need to think, presumably.