From patchwork Tue Oct 8 12:34:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Dooks X-Patchwork-Id: 11179555 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EADA214DB for ; Tue, 8 Oct 2019 12:38:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C95B1206B6 for ; Tue, 8 Oct 2019 12:38:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jrH/T/kJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C95B1206B6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=codethink.co.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lHtmzc7Tlg0q+6txXcsN/SZDoXkSL+ZcXcppV/yfH0w=; b=jrH/T/kJfPJdU2 6NoDXAwqK96MoEXNEWu+Prhjh0rkY/YBafyUm5hOwgQjZkxCAhDSuTaVTUMz18aLQlLiObGqaHz60 5GgLzWO3VGWC6s2l0GgWYZkXoh3hcTAUHkD9lHdSGukF8lbDEMMgo9J3sEvyW7aPiKihVcD6sKdAF XizEAFyfei5KEjFNiEvdZOQGL7PcUXV8vMXaiyd01jyk7WpmVOtDTvS+UYpAnCWdxLgASI8mWy8qE jnNC8ZKNQKkTiDtYmsHIkWBS7jdf345tsAhUn1JwRg+jwBL5TvOIB81OEbakYEvUArJsiq6Qii4qv z3LF66TD2Sjx+jhtDZHg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHokv-0003rF-5O; Tue, 08 Oct 2019 12:38:21 +0000 Received: from imap1.codethink.co.uk ([176.9.8.82]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHohc-0007rn-HV; Tue, 08 Oct 2019 12:35:00 +0000 Received: from [167.98.27.226] (helo=rainbowdash.codethink.co.uk) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1iHoha-00013N-DU; Tue, 08 Oct 2019 13:34:54 +0100 Received: from ben by rainbowdash.codethink.co.uk with local (Exim 4.92.2) (envelope-from ) id 1iHohZ-0000RU-Sn; Tue, 08 Oct 2019 13:34:53 +0100 From: Ben Dooks To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 04/11] ARM: meson: use NULL instead of 0 for pointer Date: Tue, 8 Oct 2019 13:34:46 +0100 Message-Id: <20191008123453.1651-4-ben.dooks@codethink.co.uk> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191008123453.1651-1-ben.dooks@codethink.co.uk> References: <20191008123453.1651-1-ben.dooks@codethink.co.uk> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191008_053456_758217_03B64F35 X-CRM114-Status: GOOD ( 10.48 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [176.9.8.82 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@lists.codethink.co.uk, Kevin Hilman , Ben Dooks , linux-amlogic@lists.infradead.org Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org Fix the second argument of of_get_cpu_node which is a pointer being passed a plain 0 by using NULL instead. Fixes the following warning: arch/arm/mach-meson/platsmp.c:40:55: warning: Using plain integer as NULL pointer Signed-off-by: Ben Dooks --- CC: Kevin Hilman CC: linux-amlogic@lists.infradead.org --- arch/arm/mach-meson/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-meson/platsmp.c b/arch/arm/mach-meson/platsmp.c index 4b8ad728bb42..f992c436d3ed 100644 --- a/arch/arm/mach-meson/platsmp.c +++ b/arch/arm/mach-meson/platsmp.c @@ -37,7 +37,7 @@ static struct regmap *pmu; static struct reset_control *meson_smp_get_core_reset(int cpu) { - struct device_node *np = of_get_cpu_node(cpu, 0); + struct device_node *np = of_get_cpu_node(cpu, NULL); return of_reset_control_get_exclusive(np, NULL); }