Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp797891imu; Tue, 11 Dec 2018 07:45:32 -0800 (PST) X-Google-Smtp-Source: AFSGD/VqJPQYMK2zrSysxxeMQPKqNmXRz7vuIJ/4mN3GQQchjvm4NcbOUTerqm20d1HUcD/dG4X0 X-Received: by 2002:a63:a611:: with SMTP id t17mr14810610pge.338.1544543132870; Tue, 11 Dec 2018 07:45:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544543132; cv=none; d=google.com; s=arc-20160816; b=kchUxcV7lj8t4ScD3ggMcIPEufdeIaz1Wt77VvCGGghnl3Svb0HYxFfHXmc+VaurxK zXu0k0T4tGt0I7I5odeb1MNN2IiMLszA4CzOh3cxSHVXClcvH0G6nZ2+vl11tfpDju+M 4gmt+UnFlStgSJwEHYObz1FUaLFaP/Xpv81TSleC+4txEkhuWGmO+I6j00+sOLJw6QTD 4FW3FHkzViWQZIGyDhKLAEzDAHA4k+EjsqiSOKj9eNEubAIbfnFGitTYgrXpqy+D3g1p bJjBS8q68Lsm5/xiQkyhvrz3CkEZx8CTjxb3/8T1BfTCtjhqx0CRbKjiU+DQP2t0cN4o ml7g== 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:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=qStOvqwtQHCcscnpJDVl0f8ZzHDAbJO6dNF0ZGILOxw=; b=k3ms1uUAF1UlxCXi7lXFhRg+0KHie5PVxX3+wYUGKf+d0CPuFpyCT2hJCr1sgMhISs dfKh+ECo1n2G0HJt3rwZOsqRDqKfZbTpAkUEitBkAByAOeLKJKdScBnEILuhSUjGCxVs FvWxhno1a/wZ+VrXTPls5JtSmOWO9WUjcYtZiqIJyvgAviIHvh2SQ4DCdo49LqbP29fC 9rY82iePM8Mob6ki8M4UYA3Ka03Mg84hQIp+dXRKPeRAsyvByRUO2XaPM8yT0hVzRWHj gKpE0b4lUkP3aVT94CE4TsG9jvMzwt6BsdZ0MZDUccfeDuUQerYczlKPdrgwJCrXYv4H 6edw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ezB+LzuP; 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 b8si12112869pge.384.2018.12.11.07.45.18; Tue, 11 Dec 2018 07:45:32 -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; dkim=pass header.i=@kernel.org header.s=default header.b=ezB+LzuP; 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 S1727663AbeLKPnx (ORCPT + 99 others); Tue, 11 Dec 2018 10:43:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:60432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727647AbeLKPnv (ORCPT ); Tue, 11 Dec 2018 10:43:51 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 3127320672; Tue, 11 Dec 2018 15:43:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544543030; bh=53Wr0L3L/6COpfZMkxE6LExuLFFwgS9cUw5kPaTLTJ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ezB+LzuPjc9qLSJ+MsKGJFqUxymes83NLrbGjYUKaIcqEccWgBdybVzgYF/oMdpI6 maFSuCjpwf85AJpIh0w5i+6wL/oVbxsA4MiJdf14nixO/9sQ4TCiNKcm9t5rMn3SSs i6ci25aXW8pxXey0Ej4iXPtXiaGvvRBXDgl72x2A= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Yangtao Li , "David S. Miller" , Sasha Levin Subject: [PATCH 3.18 39/54] net: amd: add missing of_node_put() Date: Tue, 11 Dec 2018 16:41:27 +0100 Message-Id: <20181211151548.275329017@linuxfoundation.org> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20181211151546.010073210@linuxfoundation.org> References: <20181211151546.010073210@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit c44c749d3b6fdfca39002e7e48e03fe9f9fe37a3 ] of_find_node_by_path() acquires a reference to the node returned by it and that reference needs to be dropped by its caller. This place doesn't do that, so fix it. Signed-off-by: Yangtao Li Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- drivers/net/ethernet/amd/sunlance.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/amd/sunlance.c b/drivers/net/ethernet/amd/sunlance.c index 5e4273b7aa27..2bac37b9b4d3 100644 --- a/drivers/net/ethernet/amd/sunlance.c +++ b/drivers/net/ethernet/amd/sunlance.c @@ -1419,7 +1419,7 @@ static int sparc_lance_probe_one(struct platform_device *op, prop = of_get_property(nd, "tpe-link-test?", NULL); if (!prop) - goto no_link_test; + goto node_put; if (strcmp(prop, "true")) { printk(KERN_NOTICE "SunLance: warning: overriding option " @@ -1428,6 +1428,8 @@ static int sparc_lance_probe_one(struct platform_device *op, "to ecd@skynet.be\n"); auxio_set_lte(AUXIO_LTE_ON); } +node_put: + of_node_put(nd); no_link_test: lp->auto_select = 1; lp->tpe = 0; -- 2.19.1