]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ipa: pass memory id to ipa_table_valid_one()
authorAlex Elder <elder@linaro.org>
Thu, 10 Jun 2021 19:23:06 +0000 (14:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 21:50:08 +0000 (14:50 -0700)
commite9f5b2766e706f3020b3d975fee3b42d056b0849
tree901065cda685b81daaca73dad86b9cdcb8951418
parent25116645dbcbd67dc7f1535d395aa3611e31ba88
net: ipa: pass memory id to ipa_table_valid_one()

Stop passing most of the Boolean flags to ipa_table_valid_one(), and
just pass a memory region ID to it instead.  We still need to
indicate whether we're operating on a routing or filter table.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_table.c