commit | 63961f544e271db5f5d3a03164cbe28fcb7eba93 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Jul 26 15:11:32 2021 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 26 23:09:18 2021 +0100 |
tree | 7cb04a8dbc18e930b2810a455a9ee73bf1ab1641 | |
parent | 323e0cb473e2a8706ff162b6b4f4fa16023c9ba7 [diff] |
net: ipa: kill ipa_modem_setup() The functions ipa_modem_setup() and ipa_modem_teardown() are trivial wrappers that call ipa_qmi_setup() and ipa_qmi_teardown(). Just call the QMI functions directly, and get rid of the wrappers. Improve the documentation of what setting up QMI does. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>