net: ipa: remove two memory region checks
authorAlex Elder <elder@linaro.org>
Fri, 21 Oct 2022 19:13:35 +0000 (14:13 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 25 Oct 2022 09:15:18 +0000 (11:15 +0200)
commit2554322b31994d9a6c3ff6eaaaac7d78bac05d82
treeac3263df5fdfd7471f5fbee96b41a4148b1bf59e
parentfb4014ac76b837621a09c2254fa2d67bfbf58e67
net: ipa: remove two memory region checks

There's no need to ensure table memory regions fit within the
IPA-local memory range.  And there's no need to ensure the modem
header memory region is in range either.  These are verified for all
memory regions in ipa_mem_size_valid(), once we have settled on the
size of IPA memory.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ipa/ipa_cmd.c