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