diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-15 22:59:08 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-15 22:59:08 -0700 |
| commit | 92e373a732709efc5b633752d7fe17cb79690f50 (patch) | |
| tree | 85a1474676c1f844a09286883cec8e45e5833b0b | |
| parent | ae365a78adde0af99dc74d9e2a9c94f472ab39a3 (diff) | |
| parent | a9d98d446b56e5d245aa329d4dc85ac4462d02ae (diff) | |
Merge "soc: qcom: glink: Reset qos rate when xprt is down"
| -rw-r--r-- | drivers/soc/qcom/glink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/glink.c b/drivers/soc/qcom/glink.c index 561b9074f2ee..29e67d9fa389 100644 --- a/drivers/soc/qcom/glink.c +++ b/drivers/soc/qcom/glink.c @@ -4143,6 +4143,7 @@ static void glink_core_link_down(struct glink_transport_if *if_ptr) rwref_write_get(&xprt_ptr->xprt_state_lhb0); xprt_ptr->next_lcid = 1; xprt_ptr->local_state = GLINK_XPRT_DOWN; + xprt_ptr->curr_qos_rate_kBps = 0; xprt_ptr->local_version_idx = xprt_ptr->versions_entries - 1; xprt_ptr->remote_version_idx = xprt_ptr->versions_entries - 1; xprt_ptr->l_features = |
