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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3003AC6FA86 for ; Sat, 17 Sep 2022 08:02:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229529AbiIQICC (ORCPT ); Sat, 17 Sep 2022 04:02:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229505AbiIQIB7 (ORCPT ); Sat, 17 Sep 2022 04:01:59 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9595A4B49D for ; Sat, 17 Sep 2022 01:01:57 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 022B35C66D; Sat, 17 Sep 2022 08:01:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1663401714; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zO8qYuGBRuXLd/T+iszHhshbG5KAOVDtWlnAH+4zR0M=; b=tsowGlfuU8MOJsdihErLKqjV7/L340KLc4eklnWbZKKjQCzNhD9IPAqj6j5QT6v7XGh9sI rzuX/33dt7KCXMhUJticiIDQdXVIg+qijuaLuocD/Ff1LnhUhKo7jqkO3lKkp4MKuXmbHF s4vTglp5wcYyxTLblxjJDYYH2TTda4k= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1663401714; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zO8qYuGBRuXLd/T+iszHhshbG5KAOVDtWlnAH+4zR0M=; b=SxI05FbQ8obsuu3y0gSTdSJYLoqsHhmBswEz5dSfS1St65dCcQdN9QUYOcXeHOwNNaNrSx DkaIZs5ZVdHdLFDg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D68F913A49; Sat, 17 Sep 2022 08:01:53 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 3eigM/F+JWNZHgAAMHmgww (envelope-from ); Sat, 17 Sep 2022 08:01:53 +0000 Date: Sat, 17 Sep 2022 10:01:53 +0200 Message-ID: <87edwaqvim.wl-tiwai@suse.de> From: Takashi Iwai To: Yang Yingliang Cc: , , tiwai@suse.com Subject: Re: [PATCH -next] ALSA: ppc: Switch to use for_each_child_of_node() macro In-Reply-To: <20220916141108.683080-1-yangyingliang@huawei.com> References: <20220916141108.683080-1-yangyingliang@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Sep 2022 16:11:08 +0200, Yang Yingliang wrote: > > Use for_each_child_of_node() macro instead of open coding it. > No functional change. > > Signed-off-by: Yang Yingliang Thanks, applied. Takashi