mfd: rn5t618: Remove redundant of_match_ptr()
authorZhu Wang <wangzhu9@huawei.com>
Tue, 8 Aug 2023 13:00:23 +0000 (21:00 +0800)
committerLee Jones <lee@kernel.org>
Tue, 22 Aug 2023 07:07:51 +0000 (08:07 +0100)
commit59cf381f1260ba1ae7d70f9e67c6530a5baf79b8
treef4c1b449e5fcb27377b03cbe739046606134ca26
parentd20642ad4f0c831e51a9a71835077a766ade7a4d
mfd: rn5t618: Remove redundant of_match_ptr()

The driver depends on CONFIG_OF, so it is not necessary to use
of_match_ptr() here. We remove of_match_ptr() here.

Signed-off-by: Zhu Wang <wangzhu9@huawei.com>
Link: https://lore.kernel.org/r/20230808130023.202700-9-wangzhu9@huawei.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/rn5t618.c