OSDN Git Service

thunderbolt: Use correct function to calculate maximum USB3 link rate
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 20 May 2022 10:35:19 +0000 (13:35 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 9 Jan 2023 08:44:23 +0000 (10:44 +0200)
commite8ff07fb33026c5c1bb5b81293496faba5d68059
tree77f8c34ad504c39a048ba5635bdf7fe995a7e190
parent23257cfc1cb7202fd0065e9f4a6a0aac1c04c4a9
thunderbolt: Use correct function to calculate maximum USB3 link rate

We need to take minimum of both sides of the USB3 link into consideration,
not just the downstream port. Fix this by calling tb_usb3_max_link_rate()
instead.

Fixes: 0bd680cd900c ("thunderbolt: Add USB3 bandwidth management")
Cc: stable@vger.kernel.org
Acked-by: Yehezkel Bernat <YehezkelShB@gmail.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/tunnel.c