summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/usbstring.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-07-02 17:46:05 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-03 11:20:11 +0300
commit768a0741284315d3a454f5f4e2fa88f62b5abfe9 (patch)
treeea45813ae873b83559e5671026086730b9364661 /drivers/usb/gadget/usbstring.c
parent8c4a09cb1bfb84eb4acc88eb5eb5709b76403f9e (diff)
downloadlinux-768a0741284315d3a454f5f4e2fa88f62b5abfe9.tar.xz
usb: dwc2: gadget: Remove assigned but never used 'maxsize'
The value of 'maxsize' has not been checked since commit 729cac693eecf ("usb: dwc2: Change ISOC DDMA flow") back in 2018, so remove the set but unused variable, which fixes the following W=1 kernel build warning: drivers/usb/dwc2/gadget.c: In function ‘dwc2_gadget_fill_isoc_desc’: drivers/usb/dwc2/gadget.c:885:6: warning: variable ‘maxsize’ set but not used [-Wunused-but-set-variable] 885 | u32 maxsize = 0; | ^~~~~~~ Cc: Minas Harutyunyan <hminas@synopsys.com> Cc: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20200702144625.2533530-11-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/usbstring.c')
0 files changed, 0 insertions, 0 deletions