ath10k: remove unnecessary error code assignment
The error assigned does not seems to be used anywhere, fixes nothing just a small cleanup Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
1e6f1b14f1
commit
b5b49e0c40
1 changed files with 0 additions and 1 deletions
|
@ -3563,7 +3563,6 @@ void ath10k_wmi_event_host_swba(struct ath10k *ar, struct sk_buff *skb)
|
||||||
ath10k_warn(ar, "failed to map beacon: %d\n",
|
ath10k_warn(ar, "failed to map beacon: %d\n",
|
||||||
ret);
|
ret);
|
||||||
dev_kfree_skb_any(bcn);
|
dev_kfree_skb_any(bcn);
|
||||||
ret = -EIO;
|
|
||||||
goto skip;
|
goto skip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue