From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_probe() Date: Fri, 8 Dec 2017 15:07:01 +0530 Message-ID: References: <605adc2b-3591-86fc-410a-370f48dfb14e@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: SF Markus Elfring , linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Greg Kroah-Hartman , Jiri Slaby , Jonathan Hunter , Thierry Reding Cc: LKML , kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Date: Fri, 08 Dec 2017 09:49:01 +0000 Subject: Re: [PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_ Message-Id: List-Id: References: <605adc2b-3591-86fc-410a-370f48dfb14e@users.sourceforge.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring , linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Greg Kroah-Hartman , Jiri Slaby , Jonathan Hunter , Thierry Reding Cc: LKML , kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org 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