]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
thunderbolt: Fix copy+paste error in match_service_id()
authorEric Biggers <ebiggers@kernel.org>
Mon, 21 Jul 2025 05:01:36 +0000 (22:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:26:04 +0000 (16:26 +0200)
commitf41a07b698cba88612db2380540cb8102f9cc811
tree2634eef351426549eda71e66e27180413ebf1553
parent0f989f9d05492028afd2bded4b42023c57d8a76e
thunderbolt: Fix copy+paste error in match_service_id()

commit 5cc1f66cb23cccc704e3def27ad31ed479e934a5 upstream.

The second instance of TBSVC_MATCH_PROTOCOL_VERSION seems to have been
intended to be TBSVC_MATCH_PROTOCOL_REVISION.

Fixes: d1ff70241a27 ("thunderbolt: Add support for XDomain discovery protocol")
Cc: stable <stable@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Link: https://lore.kernel.org/r/20250721050136.30004-1-ebiggers@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/domain.c