From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E6B5C4363A for ; Wed, 28 Oct 2020 21:47:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FE4A246CD for ; Wed, 28 Oct 2020 21:47:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603921649; bh=HOU/dc8gv2uoND3ngAYda0o8nj47mGvrro84Mcv6v9A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ylvF1cs0/39rzEyWwROSmHOfESD9XmK/WCxu2hEyvjMFv1M10mXxv5kvZ7Nz02EYG 6tdWCCPnZj+ifQmS2szkoSRPbWvbr6bXrJVpGEwT4rD3QVo9AqQpmbLkFM9YFPYezy d+ofaerffmdDV6OR40Gv5Sc12lOMfmgE3MeZ6MKE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727713AbgJ1Vr1 (ORCPT ); Wed, 28 Oct 2020 17:47:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:41594 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727686AbgJ1VrX (ORCPT ); Wed, 28 Oct 2020 17:47:23 -0400 Received: from localhost (unknown [122.171.163.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4895A247E0; Wed, 28 Oct 2020 16:18:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603901886; bh=HOU/dc8gv2uoND3ngAYda0o8nj47mGvrro84Mcv6v9A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QD9BtAlszKYO5HEyhP9dzlYsy+qcY1yBssWKSgn/c2PNGJKpwp0ji4JChfQzAV+A5 YTyVDTmINtYyyj/Z60RsILBdNeU/mL97lVa5vH4wPYtIrxXNqoTavNLzSUNZous+fV nIA+wvT6r+gnPRylHMLYTgenNaMgWxESh2fwzSk4= Date: Wed, 28 Oct 2020 21:48:01 +0530 From: Vinod Koul To: Stephen Boyd Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, kernel test robot , Dan Carpenter Subject: Re: [PATCH] phy: qcom-qmp: Initialize another pointer to NULL Message-ID: <20201028161801.GU3550@vkoul-mobl> References: <20201026205942.2861828-1-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201026205942.2861828-1-swboyd@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26-10-20, 13:59, Stephen Boyd wrote: > This probe function is too complicated and should be refactored. For now > let's just set this variable to NULL and keep the static analysis tools > happy. Applied, thanks -- ~Vinod