]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
thunderbolt: test: Release third DP tunnel
authorXu Rao <raoxu@uniontech.com>
Mon, 1 Jun 2026 06:28:54 +0000 (14:28 +0800)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 1 Jun 2026 10:37:32 +0000 (12:37 +0200)
commit168479c9bf07ee28c372c48eebbf66f2d01911dd
tree27fe2194d4097e986913558ea8bd82382c3b5a57
parent2c5d2d3c3f70cde2565d7b279b544893a2035842
thunderbolt: test: Release third DP tunnel

tb_test_tunnel_3dp() allocates three DisplayPort tunnels
but only releases the first two before returning. Release the
third tunnel as well to keep the test cleanup balanced.

Signed-off-by: Xu Rao <raoxu@uniontech.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/test.c