OSDN Git Service

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)
commit63ec9be13372759511ea868dbc59f439e936d2c6
treec5f43ef3afdea1f1c63aab1685ee4aa0f566b9c1
parentbfc213f15918a991b1aefbb3cf0c2cb618559efd
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