]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'net-ipa-minor-bug-fixes'
authorJakub Kicinski <kuba@kernel.org>
Fri, 17 Mar 2023 04:33:20 +0000 (21:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 17 Mar 2023 04:33:20 +0000 (21:33 -0700)
commit0c98b8bc48cf91bf8bdad123d6c07195341b0a81
treefecac41961a88c24d5f3e87b14e2d9a38ef02ea1
parent769639c1fe8a98129aa97c8ee981639db1e8955c
parent21e8aaca401ce2b45ece1d8fabd29d422de7b48e
Merge branch 'net-ipa-minor-bug-fixes'

Alex Elder says:

====================
net: ipa: minor bug fixes

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.

The second adds two struct declarations to "gsi_reg.h", to ensure
they're declared before they're used later in the file.  Again, it
seems these declarations are currently resolved wherever this file
is included.

The third removes register definitions that were added for IPA v5.0
that are not needed.  And the last updates some validity checks for
IPA v5.0 registers.  No IPA v5.0 platforms are yet supported, so the
issues resolved here were never harmful.

Versions 2 and 3 of this series change the "Fixes" tags in patches
so they supply legitimate commit hashes.
====================

Link: https://lore.kernel.org/r/20230316145136.1795469-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>