1
0
Fork 0

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.
 -----BEGIN PGP SIGNATURE-----
 
 iQJUBAABCgA+FiEEVTdhRGBbNzLrSUBaAP2fSd+ZWKAFAl/9uoAgHG1pa2Eud2Vz
 dGVyYmVyZ0BsaW51eC5pbnRlbC5jb20ACgkQAP2fSd+ZWKArzw//eYyVZPSNaE2L
 vDgpXghWlAqB5LLFunY9dbRbGiTgqXChiD7QX86LvrBOxWa8V2o6jT4xgOBLFxuq
 Yq7fea4+xbGrKCLWcpELdB3FgUFriPEQzp3ZS3Pq599RvLrgPMBKcopoKBAzOSMr
 paOBseeVfL8Jb2QqLrHSeTrwzPhoy+nMjaWiBkJZuz4G5Knv0vrBxLxDZeeco2g+
 uSEkP+XSw2+73P7GiR9eoOVxAyDaSRXGglW1dAuubrwbu7pZ/MYmVUu7eSIcaTvy
 y0bQU0TWWM+WJ5grfhu7QKiHCTKsmkC8mqZIqFet7I+rJPqsHASCuA+6YZD7kTJJ
 pvj3LyzV6zvwgtkpTSWxNK5d6Fj51KmgvoQgMuhBY1WkMUIiNAlFZtKY0qkJP3j0
 pJqzAFjSqLMeiQ12bZoh2ayLgKtjvPKH70TWiKOGMRkN38Xy/SKLpixpmqLjoR3Q
 TxncCOu8cjoIrWKIyfNe1U2nbz4VZkZ+mjBJ2vRQPifwU3ewt/wYPAJKp9ZUIhb4
 1ZSfpUgYX4HGdTFQIjKy3mA3VVdo0AdV3uPcDjiWNepHcP1LBv2h179HpWJ37pU5
 d9x8GcNxzES83T5dQ83IDmgZ6vBvxxwWgEpmuzyeI744PhBS20dmWrgrapuz3DiM
 60w7thULS7N0l4J0JFOGorz1X6RiGxU=
 =qRUG
 -----END PGP SIGNATURE-----

Merge tag 'thunderbolt-for-v5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus

Mika writes:

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.

* tag 'thunderbolt-for-v5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt:
  thunderbolt: Drop duplicated 0x prefix from format string
master
Greg Kroah-Hartman 2021-01-12 17:15:02 +01:00
commit 5f8e084026
1 changed files with 1 additions and 1 deletions

View File

@ -2316,7 +2316,7 @@ static int icm_usb4_switch_nvm_authenticate_status(struct tb_switch *sw,
if (auth && auth->reply.route_hi == sw->config.route_hi &&
auth->reply.route_lo == sw->config.route_lo) {
tb_dbg(tb, "NVM_AUTH found for %llx flags 0x%#x status %#x\n",
tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n",
tb_route(sw), auth->reply.hdr.flags, auth->reply.status);
if (auth->reply.hdr.flags & ICM_FLAGS_ERROR)
ret = -EIO;