Merge tag 'usb-fixes-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2020 08:56:35 +0000 (09:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2020 08:56:35 +0000 (09:56 +0100)
commitaf8f9e8611cd4fef8295c8ab7574d3d3812ca17e
treece65374ac839641f21cb512230c7ab41c095a719
parent09162bc32c880a791c6c0668ce0745cf7958f576
parent40252dd7cf7cad81c784c695c36bc475b518f0ea
Merge tag 'usb-fixes-v5.10-rc5' of git://git./linux/kernel/git/peter.chen/usb into usb-linus

Peter writes:

Two bugs for Cadence USB3 gadget driver
- TD_SIZE entry at descriptor is error for multiple-trb use case
- Possible use uninitialized variables

* tag 'usb-fixes-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb:
  usb: cdns3: gadget: calculate TD_SIZE based on TD
  usb: cdns3: gadget: initialize link_trb as NULL