Merge branch 'redundant-of_match_ptr'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2023 08:59:40 +0000 (09:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2023 08:59:40 +0000 (09:59 +0100)
commit936db833c2dd0a9ae738c8ce24fff816c9c8e381
tree74759a9cd1359b73eb676cbc917744704f02361b
parent61a9b174f461de4d0668a98ca2f668b65ebdf131
parentcf2abd8724318195a0cd7e55ff1dcac74b4b110a
Merge branch 'redundant-of_match_ptr'

Ruan Jinjie says:

====================
net: Remove redundant of_match_ptr() macro

Since these net drivers depend on CONFIG_OF, there is
no need to wrap the macro of_match_ptr() here.

Changes in v3:
- Collect responses from v1 and v2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>