diff options
author | Alok Tiwari <alok.a.tiwari@oracle.com> | 2025-06-22 20:17:02 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2025-06-23 12:52:08 +0300 |
commit | 2cdde91c14ec358087f43287513946d493aef940 (patch) | |
tree | 8e1c109837ed3187938de8929b5e51cbb0700993 /scripts/gdb/linux/modules.py | |
parent | 58d71d4242ce057955c783a14c82270c71f9e1e8 (diff) | |
download | linux-2cdde91c14ec358087f43287513946d493aef940.tar.xz |
thunderbolt: Fix bit masking in tb_dp_port_set_hops()
The tb_dp_port_set_hops() function was incorrectly clearing
ADP_DP_CS_1_AUX_RX_HOPID_MASK twice. According to the function's
purpose, it should clear both TX and RX AUX HopID fields. Replace the
first instance with ADP_DP_CS_1_AUX_TX_HOPID_MASK to ensure proper
configuration of both AUX directions.
Fixes: 98176380cbe5 ("thunderbolt: Convert DP adapter register names to follow the USB4 spec")
Cc: stable@vger.kernel.org
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions