From: Ruan Jinjie Date: Fri, 11 Aug 2023 07:14:24 +0000 (+0800) Subject: ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29546c3af6319a8a5308d4add1226343031da65b;p=linux.git ASoC: sunxi: sun4i-spdif: 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