commit | b72436c4306dfea73c39b1d5f63830d9d03b746f | [log] [tgz] |
---|---|---|
author | Raja Mani <rmani@qti.qualcomm.com> | Tue Jun 02 13:04:15 2015 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jun 09 13:41:16 2015 +0300 |
tree | 7715d2946d0010159e349e7f78ee70cd88e91cc6 | |
parent | 08603f2e1c31839510747899a5e0b9448b502ee0 [diff] |
ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup() mete_data is extracted from ce descriptor and stored in variable 'id'. later, id is not used anywhere in the same function. Fixes: d84a512dca23 ("ath10k: remove transfer_id from ath10k_hif_cb::tx_completion") Signed-off-by: Raja Mani <rmani@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>