mbox series

[GIT,PULL] usb: fixes for v5.12

Message ID 20210316002450.GA15335@b29397-desktop (mailing list archive)
State Superseded
Commit eb9238e53717a46191db2d3bc5c18b13b6c8cb64
Headers show
Series [GIT,PULL] usb: fixes for v5.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.12-rc4

Message

Peter Chen March 16, 2021, 12:24 a.m. UTC
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.12-rc4

for you to fetch changes up to d0dcd90b7f472691de122515eb0d1765808b6d91:

  usb: cdnsp: Fixes incorrect value in ISOC TRB (2021-03-13 22:03:24 +0800)

----------------------------------------------------------------
It fixed one incorrect value issue for cdns ssp driver

----------------------------------------------------------------
Pawel Laszczak (1):
      usb: cdnsp: Fixes incorrect value in ISOC TRB

 drivers/usb/cdns3/cdnsp-ring.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Greg KH March 16, 2021, 7:18 a.m. UTC | #1
On Tue, Mar 16, 2021 at 08:24:50AM +0800, Peter Chen wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.12-rc4

Pulled and pushed out, thanks.

greg k-h