mirror-linux/drivers/usb/gadget/udc
Colin Ian King 53f666869d usb: gadget: net2272: remove redundant initialization of status
The variable status is being initialized with a value that is
never read and it is being updated later with a new value.  The
initialization is redundant and can be removed and move the
declaration of status to the scope where it is used.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/20210420110622.377339-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-04-22 10:52:15 +02:00
..
aspeed-vhub usb: gadget: aspeed: fix dma map failure 2021-04-02 15:39:30 +02:00
bdc usb: bdc: Make bdc pci driver depend on BROKEN 2021-01-19 14:10:46 +01:00
Kconfig
Makefile
amd5536udc.h
amd5536udc_pci.c usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference 2021-03-23 13:25:07 +01:00
at91_udc.c
at91_udc.h
atmel_usba_udc.c
atmel_usba_udc.h
bcm63xx_udc.c
core.c Merge v5.11-rc5 into usb-next 2021-01-25 11:23:27 +01:00
dummy_hcd.c usb: gadget: dummy_hcd: fix gpf in gadget_setup 2021-04-22 10:48:09 +02:00
fotg210-udc.c fotg210-udc: Complete OUT requests on short packets 2021-03-26 14:43:47 +01:00
fotg210.h
fsl_qe_udc.c
fsl_qe_udc.h
fsl_udc_core.c
fsl_usb2_udc.h
fusb300_udc.c
fusb300_udc.h
goku_udc.c
goku_udc.h
gr_udc.c
gr_udc.h
lpc32xx_udc.c
m66592-udc.c
m66592-udc.h
max3420_udc.c
mv_u3d.h
mv_u3d_core.c
mv_udc.h
mv_udc_core.c
net2272.c usb: gadget: net2272: remove redundant initialization of status 2021-04-22 10:52:15 +02:00
net2272.h
net2280.c
net2280.h
omap_udc.c
omap_udc.h
pch_udc.c usb: gadget: pch_udc: Convert Intel Quark quirk to use driver data 2021-03-26 14:44:17 +01:00
pxa25x_udc.c
pxa25x_udc.h
pxa27x_udc.c
pxa27x_udc.h
r8a66597-udc.c usb: gadget: r8a66597: Add missing null check on return from platform_get_resource 2021-04-09 16:02:26 +02:00
r8a66597-udc.h
renesas_usb3.c
s3c-hsudc.c
s3c2410_udc.c usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()' 2021-03-28 14:07:18 +02:00
s3c2410_udc.h
s3c2410_udc_regs.h
snps_udc_core.c USB: gadget: udc: Process disconnect synchronously 2021-01-19 13:31:25 +01:00
snps_udc_plat.c USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR() 2021-04-02 15:40:38 +02:00
tegra-xudc.c usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove() 2021-04-09 16:02:33 +02:00
trace.c
trace.h
udc-xilinx.c usb: gadget: Assign boolean values to a bool variable 2021-02-09 11:58:55 +01:00