Yang Li 93d576f54e mt76: remove variable set but not used
The code that uses variable queued has been removed,
and "mt76_is_usb(dev) ? q->ndesc - q->queued : q->queued"
didn't do anything, so all they should be removed as well.

Eliminate the following clang warnings:
drivers/net/wireless/mediatek/mt76/debugfs.c:77:9: warning: variable
‘queued’ set but not used.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: 2d8be76c1674 ("mt76: debugfs: improve queue node readability")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-12-13 14:56:03 +00:00
..
2021-10-20 12:39:44 +03:00
2021-10-20 12:39:45 +03:00
2021-10-20 12:39:47 +03:00
2020-11-10 09:39:08 +01:00
2021-10-22 10:20:56 -07:00
2021-10-20 12:39:46 +03:00
2021-07-23 10:34:31 +02:00
2021-10-20 12:39:47 +03:00