From: Raja Mani Date: Tue, 2 Jun 2015 07:34:15 +0000 (+0530) Subject: ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~34^2~3^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b72436c4306dfea73c39b1d5f63830d9d03b746f;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed