Received: by 10.223.185.116 with SMTP id b49csp1016215wrg; Fri, 16 Feb 2018 10:52:24 -0800 (PST) X-Google-Smtp-Source: AH8x227+Rr+XfkP9OVtrJgwXijM92X7ECZpdGyCH/TsXGiwMBr/g48nBELqxBEdLiFA2NzHFCOkF X-Received: by 2002:a17:902:8544:: with SMTP id d4-v6mr6719020plo.312.1518807144869; Fri, 16 Feb 2018 10:52:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518807144; cv=none; d=google.com; s=arc-20160816; b=HPvxQaLDHLSZTsxOI7yPj+XNGk4CSOmueCKSc7tA1tGkf+z8bcTC5Eg0oaw6PRL1fQ 9DYj5EfwQWYa2yXlZ1vvqCkNOZLu3GxvmYtxDbhrthNYWoRNCZq8x/MTIvD9J+KRm1lE Nk/eVxbNq/LZAjRT80bD7qT3xZGqISttMz/dXy7D2ViLPHGghgdFyvpf+lshpRJgQMLV W6skzSjx/DtFsftAMyDOy3JEq5RVe/j0zVdbv8JD1x6Jv7CNPRKMTZA1hB70P612ajnK Ij336Gyr+AA3nYESX9gIDdh3orpqykzHhkS7KxI5n4wQs4YfRg7LngZLEuYa+rLtxWSP U4nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=P8TFnOgaLWQasg3CUycsC+6HOJ/S889XxMIDSChmQ2k=; b=U6O7QjbKFGbdvf9vWJhu2KZ2ZVP31980p8RoekJMX4AyyTeICQ7gyDfmDBEsHfmwwF zRyO9FyZ+gNU1tZ/svVyQ6HK5SHSSsujUx3j1xp556JNfsaAoFrC+TD4Qbjhc5W7pZq1 FiyTmaMYleY9m9wPAyx65BZc+jJu7xdOIxczDocpt6WMNBe2X2eDnkiyhh0NhAx8RLle 63O0KjAc70M+0duPvXkngl5XgB8qK7Xv3/qr2QatM//5yJDGVZc9NJaqN7tLxjZqxAkf 4uP8hiIVy9ZEMHkxblaTVuQG9TPiUocbbAXCTi6lo5jyT5I8n0SY0q2AJkObCiUg41aA kliw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i11-v6si3098069plr.671.2018.02.16.10.52.10; Fri, 16 Feb 2018 10:52:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754845AbeBPIl7 (ORCPT + 99 others); Fri, 16 Feb 2018 03:41:59 -0500 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:43579 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754775AbeBPIl5 (ORCPT ); Fri, 16 Feb 2018 03:41:57 -0500 X-IronPort-AV: E=Sophos;i="5.46,519,1511852400"; d="scan'208";a="11426112" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Feb 2018 01:41:56 -0700 Received: from localhost.localdomain (10.10.76.4) by chn-sv-exch05.mchp-main.com (10.10.76.106) with Microsoft SMTP Server id 14.3.352.0; Fri, 16 Feb 2018 01:41:56 -0700 Subject: Re: [PATCH] crypto: atmel: Delete error messages for a failed memory allocation in six functions To: SF Markus Elfring , , , Alexandre Belloni , "David S. Miller" , Herbert Xu , Nicolas Ferre CC: , LKML References: <77cf1006-966d-78a9-0fdc-b53ccdd80df2@users.sourceforge.net> From: Tudor Ambarus Message-ID: <285d8666-5992-cccb-6c91-e83e85947a7d@microchip.com> Date: Fri, 16 Feb 2018 10:41:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <77cf1006-966d-78a9-0fdc-b53ccdd80df2@users.sourceforge.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/15/2018 02:24 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 15 Feb 2018 11:38:30 +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 Reviewed-by: Tudor Ambarus