Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753528AbdIFA6v (ORCPT ); Tue, 5 Sep 2017 20:58:51 -0400 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:58794 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747AbdIFA6t (ORCPT ); Tue, 5 Sep 2017 20:58:49 -0400 X-IronPort-AV: E=Sophos;i="5.41,481,1498546800"; d="scan'208";a="7127964" Subject: Re: [PATCH 0/6] [media] Atmel: Adjustments for seven function implementations To: SF Markus Elfring , , Ludovic Desroches , Mauro Carvalho Chehab , Songjun Wu CC: LKML , References: <88d0739c-fdc1-9d7d-fe53-b7c2eeed1849@users.sourceforge.net> From: "Yang, Wenyou" Message-ID: <30c46f61-5c4f-9f75-e8b5-fab77fe1e11f@Microchip.com> Date: Wed, 6 Sep 2017 08:58:26 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <88d0739c-fdc1-9d7d-fe53-b7c2eeed1849@users.sourceforge.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 31 Hi, On 2017/9/5 4:04, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 4 Sep 2017 21:44:55 +0200 > > A few update suggestions were taken into account > from static source code analysis. Thank you for your patches. You can add my Acked-by for the patch series. Acked-by: Wenyou Yang > > Markus Elfring (6): > Delete an error message for a failed memory allocation in isc_formats_init() > Improve a size determination in isc_formats_init() > Adjust three checks for null pointers > Delete an error message for a failed memory allocation in two functions > Improve three size determinations > Adjust a null pointer check in three functions > > drivers/media/platform/atmel/atmel-isc.c | 12 +++++------- > drivers/media/platform/atmel/atmel-isi.c | 20 ++++++++------------ > 2 files changed, 13 insertions(+), 19 deletions(-) > Best Regards, Wenyou Yang