usb: ehci: do not initialise static variables
authorJason Wang <wangborong@cdjrlc.com>
Wed, 9 Jun 2021 09:47:26 +0000 (17:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jun 2021 17:54:19 +0000 (19:54 +0200)
commit03a674f5d758eee6ae0beb16891eb1183fc87051
treea2cb1d47a807bfa445e6db2a89fa4f646db889ad
parente89bb4288378b85c82212b60dc98ecda6b3d3a70
usb: ehci: do not initialise static variables

Global static variables dont need to be initialised manully.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20210609094726.62459-1-wangborong@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c