Message ID | 20230316145136.1795469-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: minor bug fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 16 Mar 2023 09:51:32 -0500 you wrote: > The four patches in this series fix some errors, though none of them > cause any compile or runtime problems. > > The first changes the files included by "drivers/net/ipa/reg.h" to > ensure everything it requires is included with the file. It also > stops unnecessarily including another file. The prerequisites are > apparently satisfied other ways, currently. > > [...] Here is the summary with links: - [net,v3,1/4] net: ipa: reg: include <linux/bug.h> https://git.kernel.org/netdev/net/c/dd172d0c2cea - [net,v3,2/4] net: ipa: add two missing declarations https://git.kernel.org/netdev/net/c/55c49e5c9441 - [net,v3,3/4] net: ipa: kill FILT_ROUT_CACHE_CFG IPA register https://git.kernel.org/netdev/net/c/786bbe50e1d5 - [net,v3,4/4] net: ipa: fix some register validity checks https://git.kernel.org/netdev/net/c/21e8aaca401c You are awesome, thank you!