]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: move mutex calls into __gsi_channel_stop()
authorAlex Elder <elder@linaro.org>
Fri, 5 Feb 2021 22:10:54 +0000 (16:10 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Feb 2021 22:57:13 +0000 (14:57 -0800)
commit1627c6d822b7be343e104d16a5df2ad05f8e16f9
treec5f43ef3afdea1f1c63aab1685ee4aa0f566b9c1
parent39c7d8f76fd57e54433f14e294f3946cbfa168c6
net: ipa: move mutex calls into __gsi_channel_stop()

Move the mutex calls out of gsi_channel_stop_retry() and into
__gsi_channel_stop(), to make the latter more semantically similar
to __gsi_channel_start().

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c