usb: cdnsp: Fixed issue with ZLP
authorPawel Laszczak <pawell@cadence.com>
Wed, 23 Jun 2021 07:27:28 +0000 (09:27 +0200)
committerPeter Chen <peter.chen@zeku.com>
Thu, 29 Jul 2021 06:13:02 +0000 (14:13 +0800)
commite913aada06830338633fb8524733b0ad3d38a7c1
treefb7d5bbadabae0024ca8dca5535920d53766d0ad
parentaa82f94e869edd72f4fadb08c6ffca8927e4934e
usb: cdnsp: Fixed issue with ZLP

The condition "if (need_zero_pkt && zero_len_trb)" was always false
and it caused that TRB for ZLP was not prepared.

Fix causes that after preparing last TRB in TD, the driver prepares
additional TD with ZLP when a ZLP is required.

Cc: <stable@vger.kernel.org>
Fixes: 3d82904559f4 ("usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver")
Signed-off-by: Pawel Laszczak <pawell@cadence.com>
Link: https://lore.kernel.org/r/20210623072728.41275-1-pawell@gli-login.cadence.com
Signed-off-by: Peter Chen <peter.chen@kernel.org>
drivers/usb/cdns3/cdnsp-ring.c