From: Ruan Jinjie Date: Fri, 11 Aug 2023 07:14:25 +0000 (+0800) Subject: ASoC: ssm3515: Remove redundant of_match_ptr() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6136b6a281b40cb795a76f1769eeb7ef5026b86f;p=users%2Fwilly%2Flinux.git ASoC: ssm3515: 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