diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-26 18:24:18 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-26 18:24:18 -0800 |
| commit | 4163e93ce535eb9546f5db370499c5e5a8c2fe59 (patch) | |
| tree | f456b2fc161ef2fb34f4ab1cf576160b4b143759 | |
| parent | a142d07205ce04ff0963c643141a5c8d09ec35c5 (diff) | |
| parent | 221fbb9e16a3b67599660e29fb3b436660a67c13 (diff) | |
Merge "wil6210: missing reinit_completion in wmi_call"
| -rw-r--r-- | drivers/net/wireless/ath/wil6210/wmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wmi.c b/drivers/net/wireless/ath/wil6210/wmi.c index daa7a33d12d8..f5575747d11e 100644 --- a/drivers/net/wireless/ath/wil6210/wmi.c +++ b/drivers/net/wireless/ath/wil6210/wmi.c @@ -964,6 +964,7 @@ int wmi_call(struct wil6210_priv *wil, u16 cmdid, void *buf, u16 len, wil->reply_id = reply_id; wil->reply_buf = reply; wil->reply_size = reply_size; + reinit_completion(&wil->wmi_call); spin_unlock(&wil->wmi_ev_lock); rc = __wmi_send(wil, cmdid, buf, len); |
