Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753248AbdLHKGw (ORCPT ); Fri, 8 Dec 2017 05:06:52 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:17230 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753309AbdLHJhO (ORCPT ); Fri, 8 Dec 2017 04:37:14 -0500 X-PGP-Universal: processed; by hqpgpgate102.nvidia.com on Fri, 08 Dec 2017 01:37:58 -0800 Subject: Re: [PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_probe() To: SF Markus Elfring , , , "Greg Kroah-Hartman" , Jiri Slaby , Jonathan Hunter , Thierry Reding References: <605adc2b-3591-86fc-410a-370f48dfb14e@users.sourceforge.net> CC: LKML , From: Laxman Dewangan Message-ID: Date: Fri, 8 Dec 2017 15:07:01 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL101.nvidia.com (10.25.59.10) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 348 Lines: 12 On Friday 08 December 2017 01:49 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 7 Dec 2017 21:00:05 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > Acked-by: Laxman Dewangan