From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3CC3C30674C for ; Mon, 1 Jun 2026 06:36:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780295792; cv=none; b=qbljJ6s/9AiZ8039VlDOunrAt0szRaYRm9GgcY7LjuV/BVW8EoWDJ4i5xOD5oeRcRfdDIU7jwKVm77G2YCTZilXg5G2HYdAaU8xGIQ4d9nKeoha/5d7VHscitXi1cJCK+5CCwK0STsC2uZaD3yO9D3VDLOzeTUWrUsEZf/bruK0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780295792; c=relaxed/simple; bh=xrlyNUgFy2la48qBKZCeCWC7qKMajGc8mI/k2OdhrI8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=hLzy5+DQmBE5Gc4ODSTUH1XglxHxWPCRQKPUQqn+RyPOHLXuCiKk56PlR10x1z0WTcxDlGTC6y4rS3jE5p/urnH8nUF4rYjSxd2k/loUuYZeiXPH/wL12hQwU9kND25bLQFr+9hRtAZ5Lo7XhNM09RjiDMW+1mjGZLJoW5D88MI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Dhk9yDVf; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Dhk9yDVf" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 7B1404E42DCA; Mon, 1 Jun 2026 06:36:27 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4FD84602AB; Mon, 1 Jun 2026 06:36:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 84CD110888CCD; Mon, 1 Jun 2026 08:36:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1780295786; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=9lAiVDVucdMqAYUaIsz2zKP8mWiCqDtisp/U8q8163k=; b=Dhk9yDVfNkedeNz7hp8xqZpj2QnRayEzUOh3+WbPWJpOPOzIMjDFrrQVtHNrLljczMX+Wy yIrE2MgaDFmSHdOsBF9M5jJz8CHFdQ0APZc0ISVfcvyFbkO99ty6i8e/dFhePO/hE9QJUr sggvIER9E8H1HjdjM4BiCTTGblGLqdBXtNYVXhrJbxsF1ZvDP8Z8mbP5rv9K9AnB49+r/s yPjqYhOzpVPn4kvxjlWdmInZDve9waV5LIsNiJqvXQTdkAb2Y0iiIipG9FsVYnMPpu+xPF QIUXqnZur8uJOoAOCW5E1bc3qPDqDodFyD4wDdfdrHecSatCZKwuGiHPgwGXtw== From: Gregory CLEMENT To: Martin Kaiser , Andrew Lunn Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kaiser Subject: Re: [PATCH 0/2] arm: mvebu: two simple cleanups In-Reply-To: <20260502121438.116288-1-martin@kaiser.cx> References: <20260502121438.116288-1-martin@kaiser.cx> Date: Mon, 01 Jun 2026 08:36:22 +0200 Message-ID: <87bjdu22e1.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Martin Kaiser writes: > Two small patches that simplify the devicetree parsing in > arch/arm/mach-mvebu/coherency.c. > > Martin Kaiser (2): > ARM: mvebu: drop unnecessary NULL check > ARM: mvebu: simplify of_node_put calls > Applied on mvebu/arm Thanks, Gregory > arch/arm/mach-mvebu/coherency.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) > > --=20 > 2.43.7 > --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com