From: Ruan Jinjie Date: Fri, 11 Aug 2023 07:14:23 +0000 (+0800) Subject: ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f83e34034fcc5fd0551d9257b710b61d999a8174;p=linux.git ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr() The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie