]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()
authorRaja Mani <rmani@qti.qualcomm.com>
Tue, 2 Jun 2015 07:34:15 +0000 (13:04 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 9 Jun 2015 10:41:16 +0000 (13:41 +0300)
commit7f1d37c015cd2288f0d74c644ed44fb45d88f88e
tree7715d2946d0010159e349e7f78ee70cd88e91cc6
parent1b28040915fb39155471c117d6d182fe01e8bee9
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: 88d4ae343cd7 ("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>
drivers/net/wireless/ath/ath10k/pci.c