usb: gadget: net2272: Remove the initialization of statics to 0
authorShaomin Deng <dengshaomin@cdjrlc.com>
Sat, 27 Aug 2022 15:30:09 +0000 (11:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2022 07:07:52 +0000 (09:07 +0200)
commitc962af85a36ac89384bcd5193d291798ec6750d9
tree85ff3ee08857b4c308efccef3d2f6026b7dd98a5
parente372a6dbc501b09cbbe3f534d4fc26bedf71f216
usb: gadget: net2272: Remove the initialization of statics to 0

It is always unnecessary to initialise statics to 0.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220827153009.4768-1-dengshaomin@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/net2272.c