Re: [PATCH v2] ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()

2015-06-09 Thread Kalle Valo
Raja Mani writes: > 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 Thanks, applied. -- Kalle V

[PATCH v2] ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()

2015-06-02 Thread Raja Mani
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 --- V2 changes: - added original commit msg detail in commi