From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AFAFF1E1C4; Fri, 11 Aug 2023 07:51:10 +0000 (UTC) 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 E03701F889; Fri, 11 Aug 2023 07:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1691740268; 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=IH4n2dTwX9P5BDX5k2etUFyexS4HT0DD+VQEkN1+VK8=; b=arDe6Cnhoz2XvGokgTZtYkhQ5dsCuoS15hCdR5CLW9N6kOMh0Kaubf2jRxPnqyEVx98veM xeGEorRuewS/3qNLUDkLRyriRndMTZyjZqIGhqU03cosoTiEeC2HmKSAqS22Kf5gaBovuR gmCfpQgJHY0dTA/XvWrJWOGX37z5oow= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1691740268; 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=IH4n2dTwX9P5BDX5k2etUFyexS4HT0DD+VQEkN1+VK8=; b=4fcQ7sz9WQH36lsDNfLs7zWSLzsJT6F4GZtSNiFd+j5GfHL9Zend9sEzvqKiju/Sj7p83j uOR5EcXJrq+JGVBQ== 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 7F7B4138E2; Fri, 11 Aug 2023 07:51:08 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id GiIxHmzo1WSXbwAAMHmgww (envelope-from ); Fri, 11 Aug 2023 07:51:08 +0000 Date: Fri, 11 Aug 2023 09:51:08 +0200 Message-ID: <87jzu2rp8z.wl-tiwai@suse.de> From: Takashi Iwai To: Ruan Jinjie Cc: , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH -next 0/5] sound: Remove redundant of_match_ptr() macro In-Reply-To: <20230811071426.2343133-1-ruanjinjie@huawei.com> References: <20230811071426.2343133-1-ruanjinjie@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII On Fri, 11 Aug 2023 09:14:21 +0200, Ruan Jinjie wrote: > > Since these sound drivers depend on CONFIG_OF, there is > no need to wrap the macro of_match_ptr() here. > > Ruan Jinjie (5): > ASoC: atmel: Remove redundant of_match_ptr() > ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr() > ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr() > ASoC: ssm3515: Remove redundant of_match_ptr() > ALSA: Remove redundant of_match_ptr() Judging from the proportion, I guess those go through ASoC tree? Takashi