Skip to content
Commit 93d576f5 authored by Yang Li's avatar Yang Li Committed by David S. Miller
Browse files

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Fixes: 2d8be76c

 ("mt76: debugfs: improve queue node readability")
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fee32de2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment