net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()
authorAlex Elder <elder@linaro.org>
Mon, 1 Feb 2021 17:28:47 +0000 (11:28 -0600)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Feb 2021 01:42:35 +0000 (17:42 -0800)
commitbd1ea1e46448992a4a3dfb6e6e2c410ca069a41c
tree9ae964b6a3f584ad667a2fbcb5840361d8dd4df7
parent893b838e73391c97c9388ef972899213bbb3049d
net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()

Open-code gsi_channel_freeze() and gsi_channel_thaw() in all callers
and get rid of these two functions.  This is part of reworking the
sequence of things done during channel suspend/resume and start/stop.

Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c