Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbdIKN1H (ORCPT ); Mon, 11 Sep 2017 09:27:07 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:43555 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbdIKN1F (ORCPT ); Mon, 11 Sep 2017 09:27:05 -0400 X-Google-Smtp-Source: ADKCNb6IurMqcTLkfIUapgYNuJmm7SwLbIvJbSrRTnhr/BmoQIEubePO8/loEzmncKeqIkdoyADJWYpakaHMi7AicuY= MIME-Version: 1.0 In-Reply-To: <3331c4f8-a327-abc6-df00-09e67d3769fe@users.sourceforge.net> References: <3331c4f8-a327-abc6-df00-09e67d3769fe@users.sourceforge.net> From: "Lad, Prabhakar" Date: Mon, 11 Sep 2017 14:26:33 +0100 Message-ID: Subject: Re: [PATCH 3/3] [media] DaVinci-VPBE-Display: Adjust 12 checks for null pointers To: SF Markus Elfring Cc: linux-media , Mauro Carvalho Chehab , LKML , kernel-janitors@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v8BDRC6I027852 Content-Length: 594 Lines: 20 On Fri, Sep 8, 2017 at 1:33 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 8 Sep 2017 14:00:20 +0200 > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > The script “checkpatch.pl” pointed information out like the following. > > Comparison to NULL could be written … > > Thus fix the affected source code places. > > Signed-off-by: Markus Elfring Acked-by: Lad, Prabhakar Cheers, --Prabhakar Lad