From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 549832D97BF for ; Mon, 5 Jan 2026 12:11:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767615067; cv=none; b=qAgJs43vqpF4jXwPfJoYpjVvogrMosCt+eUsXEJR94Yq0fVVlhJGM1kh0jSAB3AT+hwJziPFW3OiJxkW/75/5bNJPe40DGuTLSnC2om8LJIdRoQ7peZsh7zVCltHeSqcnEanhYT+VytzxWMQ1l48CyTinxHw3vlYuyeDKQq0huA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767615067; c=relaxed/simple; bh=h+uBfHypE4HYLYw9o896MaIjO8Pc25FyDJxZ4V5nMSM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YEUu10WysTXf/qP2C4RrVFErqzSKPZ8vj9txJBDU9NySijUNkzThwzOwyY7aWevSwFWntnXr2nHWcwhG204IExchGIF8gX+TY4siQldLqdFOsuGJKesKWbrmU0tVOxY1eepxifFL9ypO5R2sj8+KG9wu1Umvh/qivMgm4sReYJk= 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=hDaCXN/Q; arc=none smtp.client-ip=185.246.84.56 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="hDaCXN/Q" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id A02171A265C; Mon, 5 Jan 2026 12:11:02 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 6B4EC60726; Mon, 5 Jan 2026 12:11:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id CD090103C84E1; Mon, 5 Jan 2026 13:10:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1767615061; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=m5LYmxF46So4teTC+/oCRVtVgBkfT7UaMLi9v+OV7s4=; b=hDaCXN/QDa3HyGkKumXh/rRN3I3owCmfG7llh88Kw+9vkZSCIlHM9BnDzCteX2UMLY3HvT Uq013YD+P0GDQOrhbw0cpfNAsNpgwv/1q7t5uwXkhDQ2cWj103bR5zDqIUvjjIU4xmZR0e 1/6vkwmaJBNF9TS1jFUu8cn0lBHxXMRJvrqZ8a8o6SnUuucQkAe0zqAwKNp2pybs1Dmu7R u1KhCWWFUw0JBcOLS3+WIdByDf/vgZGAXSwMtGcumAzoevI1F5OCJIIA3DAOGGFiLRs2k6 UU9iXegSZfu/qDYIk/iFHlridOzNdeeDpsEo7EbnZwUYesM+Rh8RKJfsgRBGZw== Date: Mon, 5 Jan 2026 13:10:56 +0100 From: Herve Codina To: Krzysztof Kozlowski Cc: Qiang Zhao , "Christophe Leroy (CS GROUP)" , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] soc: fsl: qe: Simplify with scoped for each OF child loop Message-ID: <20260105131056.391904af@bootlin.com> In-Reply-To: <20260102124754.64122-2-krzysztof.kozlowski@oss.qualcomm.com> References: <20260102124754.64122-2-krzysztof.kozlowski@oss.qualcomm.com> Organization: Bootlin X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) 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: 8bit X-Last-TLS-Session-Version: TLSv1.3 Hi Krzysztof, On Fri, 2 Jan 2026 13:47:55 +0100 Krzysztof Kozlowski wrote: > Use scoped for-each loop when iterating over device nodes to make code a > bit simpler. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/soc/fsl/qe/qmc.c | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) Thanks for the patch. Acked-by: Herve Codina Best regards, Hervé