]> git.baikalelectronics.ru Git - 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)
commitd19d83a7d138c3f1c2f6ed538d8117baf8123649
tree901065cda685b81daaca73dad86b9cdcb8951418
parent56b09a45d807db9f7093319ab13526fe0fc06124
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