mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v5.11-rc4

Message ID 20210112151836.GX968855@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit 5f8e084026543bc06eb9b2a623de55bb4ab3e60e
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v5.11-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.11-rc4

Message

Mika Westerberg Jan. 12, 2021, 3:18 p.m. UTC
Hi Greg,

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.11-rc4

for you to fetch changes up to c14556fc0c7c115ffb4a287560e1ec9f7869aac3:

  thunderbolt: Drop duplicated 0x prefix from format string (2021-01-07 15:14:44 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v5.11-rc4

This includes a single format string fix for the firmware connection
manager USB4 NVM authentication proxy implementation introduced in this
merge window.

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Drop duplicated 0x prefix from format string

 drivers/thunderbolt/icm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH Jan. 12, 2021, 4:15 p.m. UTC | #1
On Tue, Jan 12, 2021 at 05:18:36PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
> 
>   Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.11-rc4

Pulled and pushed out, thanks.

greg k-h