ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()
authorRuan Jinjie <ruanjinjie@huawei.com>
Fri, 11 Aug 2023 07:14:23 +0000 (15:14 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 13 Aug 2023 18:37:45 +0000 (19:37 +0100)
commitf83e34034fcc5fd0551d9257b710b61d999a8174
tree5fd1e0c229f62b713688d5cba52cda2cbf3e9a7d
parent67ed781228bdcca7a0d2058cf62d0c1860898330
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 <ruanjinjie@huawei.com
Link: https://lore.kernel.org/r/20230811071426.2343133-3-ruanjinjie@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/atmel/tse850-pcm5142.c