sound: Remove redundant of_match_ptr() macro
authorMark Brown <broonie@kernel.org>
Sun, 13 Aug 2023 23:09:10 +0000 (00:09 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 13 Aug 2023 23:09:10 +0000 (00:09 +0100)
commit690f5c8d6a73189e09bc1b72e8e754d97ba98f8d
treeba56c00eb32d9cb00e41357749c5a5ca133dc239
parent8acf4de30668a5a1517f99f26df31d57593a548e
parentf479832b42df596775c1e787e02c7277bfba6a4a
sound: Remove redundant of_match_ptr() macro

Merge series from Ruan Jinjie <ruanjinjie@huawei.com>:

Since these sound drivers depend on CONFIG_OF, there is
no need to wrap the macro of_match_ptr() here.