commit | 80e7c5dd1ee0e79e8690c13066d866a455193892 | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Thu Sep 19 15:22:20 2019 +0300 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Wed Sep 16 14:57:46 2020 +0300 |
tree | 7eea8678332338fb61e41c4c09086780911a89e7 | |
parent | 8eabfca523337e62e393f2c336d93534058b7311 [diff] |
thunderbolt: Handle ERR_LOCK notification If the USB4 router downstream port is locked, sending configuration packet to a router below it causes ERR_LOCK to be sent. Instead of warn splat about unknown error we log the error (just warning level) and return -EACCESS instead. The idea is that we may want to do something when such error code is received, like perform unlock. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>