thermal/drivers/db8500: Remove redundant of_match_ptr()
authorRuan Jinjie <ruanjinjie@huawei.com>
Wed, 9 Aug 2023 10:14:39 +0000 (18:14 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 16 Aug 2023 10:09:19 +0000 (12:09 +0200)
commitc39300c47d9195928fc1145f789fb0f36e471779
treeaeab17114313df99a1feda39f0b4d039cf0df39b
parente9b1de73b7ca31f487e4f4f063a5b70aeb707863
thermal/drivers/db8500: 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>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230809101439.2663042-1-ruanjinjie@huawei.com
drivers/thermal/db8500_thermal.c