Message ID | 20230814025447.2708620-1-ruanjinjie@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | net: Remove redundant of_match_ptr() macro | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 14 Aug 2023 10:54:42 +0800 you wrote: > 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. > > Ruan Jinjie (5): > net: dsa: realtek: Remove redundant of_match_ptr() > net: dsa: rzn1-a5psw: Remove redundant of_match_ptr() > net: gemini: Remove redundant of_match_ptr() > net: qualcomm: Remove redundant of_match_ptr() > wlcore: spi: Remove redundant of_match_ptr() > > [...] Here is the summary with links: - [net-next,v3,1/5] net: dsa: realtek: Remove redundant of_match_ptr() https://git.kernel.org/netdev/net-next/c/aae249dfa089 - [net-next,v3,2/5] net: dsa: rzn1-a5psw: Remove redundant of_match_ptr() https://git.kernel.org/netdev/net-next/c/81d463c02b91 - [net-next,v3,3/5] net: gemini: Remove redundant of_match_ptr() https://git.kernel.org/netdev/net-next/c/21b566fda00f - [net-next,v3,4/5] net: qualcomm: Remove redundant of_match_ptr() https://git.kernel.org/netdev/net-next/c/537a6b992708 - [net-next,v3,5/5] wlcore: spi: Remove redundant of_match_ptr() https://git.kernel.org/netdev/net-next/c/cf2abd872431 You are awesome, thank you!