From 29546c3af6319a8a5308d4add1226343031da65b Mon Sep 17 00:00:00 2001 From: Ruan Jinjie Date: Fri, 11 Aug 2023 15:14:24 +0800 Subject: [PATCH] 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