commit | 59cf381f1260ba1ae7d70f9e67c6530a5baf79b8 | [log] [tgz] |
---|---|---|
author | Zhu Wang <wangzhu9@huawei.com> | Tue Aug 08 21:00:23 2023 +0800 |
committer | Lee Jones <lee@kernel.org> | Tue Aug 22 08:07:51 2023 +0100 |
tree | f4c1b449e5fcb27377b03cbe739046606134ca26 | |
parent | d20642ad4f0c831e51a9a71835077a766ade7a4d [diff] |
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>