commit | f0342e757c271e7c6dd5adedfb6e6695c5af52bf | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Sun Dec 30 12:14:46 2018 +0200 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Thu Apr 18 11:18:51 2019 +0300 |
tree | beaa2c019b14a6f35e3f925a11c6ca78ad139df4 | |
parent | 09f11b6c99feaf86a26444bca85dc693b3f58f8b [diff] |
thunderbolt: Do not allocate switch if depth is greater than 6 Maximum depth in Thunderbolt topology is 6 so make sure it is not possible to allocate switches that exceed the depth limit. While at it update tb_switch_alloc() to use upper/lower_32_bits() following tb_switch_alloc_safe_mode(). Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>