regulator: lp87565: Remove redundant of_match_ptr() macros
authorChen Jiahao <chenjiahao16@huawei.com>
Wed, 9 Aug 2023 10:04:23 +0000 (10:04 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 9 Aug 2023 11:52:41 +0000 (12:52 +0100)
commitf410cfe8be5788cf09a3f32ce39946c339297821
tree21cbd2584ce02ad8f5f70bc165ccafeffd7131f6
parent3a6d93eb5f27f313ce0f3fa3fb171cd0732c4878
regulator: lp87565: Remove redundant of_match_ptr() macros

Since the driver lp87565-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-3-chenjiahao16@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/lp87565-regulator.c