clk: cdce925: Remove redundant of_match_ptr()
authorRuan Jinjie <ruanjinjie@huawei.com>
Tue, 8 Aug 2023 12:53:41 +0000 (20:53 +0800)
committerStephen Boyd <sboyd@kernel.org>
Tue, 22 Aug 2023 21:16:53 +0000 (14:16 -0700)
commitae30512009ecc6298f76f7366a0f4253ff012b4e
tree8df136ed6344ad3c0f9d1d0e0039f654fe331cce
parenta995c50db887ef97f3160775aef7d772635a6f6e
clk: cdce925: 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/20230808125341.4073115-1-ruanjinjie@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-cdce925.c