diff options
author | Alex Elder <elder@linaro.org> | 2020-05-04 18:53:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-06 17:41:11 -0700 |
commit | 9928fcc76f7bb5c93d512767b039e8257ab3093e (patch) | |
tree | 9b8d569b59d218c5a18b30c5807caf70228f80f9 /drivers/net/ipa/ipa_endpoint.h | |
parent | c72ddf0dbf2d9d80afd37e28f0a52e728e6db159 (diff) |
net: ipa: don't retry in ipa_endpoint_stop()
The only reason ipa_endpoint_stop() had a retry loop was that the
just-removed workaround required an IPA DMA command to occur between
attempts. The gsi_channel_stop() call that implements the stop does
its own retry loop, to cover a channel's transition from started to
stop-in-progress to stopped state.
Get rid of the unnecessary retry loop in ipa_endpoint_stop().
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/ipa_endpoint.h')
0 files changed, 0 insertions, 0 deletions