regulator: tps6286x-regulator: Remove redundant of_match_ptr() macros
authorChen Jiahao <chenjiahao16@huawei.com>
Wed, 9 Aug 2023 10:04:28 +0000 (10:04 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 9 Aug 2023 11:52:46 +0000 (12:52 +0100)
commit252b9116aff4d04176adc931cd11f02169df54f1
treebc2b25ce08e2936d8f4e0135dc5d054c61aec59a
parent9e8925eb7fd6e5d93d9dfa9ca4628e897f0db8f1
regulator: tps6286x-regulator: Remove redundant of_match_ptr() macros

Since the driver tps6286x-regulator depends on CONFIG_OF,
it makes no difference to wrap of_match_ptr() here.

Remove of_match_ptr() macros to clean it up.

Signed-off-by: Chen Jiahao <chenjiahao16@huawei.com>
Link: https://lore.kernel.org/r/20230809100428.2669817-8-chenjiahao16@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps6286x-regulator.c