mt76: remove unused variable q
Kernel test robot reported warning: drivers/net/wireless/mediatek/mt76/tx.c: In function 'mt76_txq_schedule': >> drivers/net/wireless/mediatek/mt76/tx.c:499:21: warning: variable 'q' >> set but not used [-Wunused-but-set-variable] 499 | struct mt76_queue *q; | ^ Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1607542617-4005-1-git-send-email-jrdr.linux@gmail.com
This commit is contained in:
Родитель
81daab1f8d
Коммит
7f469b6dc4
|
@ -504,14 +504,11 @@ mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid)
|
|||
|
||||
void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid)
|
||||
{
|
||||
struct mt76_queue *q;
|
||||
int len;
|
||||
|
||||
if (qid >= 4)
|
||||
return;
|
||||
|
||||
q = phy->q_tx[qid];
|
||||
|
||||
rcu_read_lock();
|
||||
|
||||
do {
|
||||
|
|
Загрузка…
Ссылка в новой задаче