]> git.ipfire.org Git - thirdparty/linux.git/commit
Bluetooth: btintel_pcie: treat boot stage bit 12 as warning
authorSai Teja Aluvala <aluvala.sai.teja@intel.com>
Mon, 20 Apr 2026 17:37:35 +0000 (23:07 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 May 2026 20:21:34 +0000 (16:21 -0400)
commit5917dd39db2bfc8b1b4c6ea8ed99adb4badef707
tree9de8a837577e32372f757c278d565a4a0bab2da3
parent4e37f6452d586b95c346a9abdd2fb80b67794f39
Bluetooth: btintel_pcie: treat boot stage bit 12 as warning

CSR boot stage register bit 12 is documented as a device warning,
not a fatal error. Rename the bit definition accordingly and stop
including it in btintel_pcie_in_error().

This keeps warning-only boot stage values from being classified as
errors while preserving abort-handler state as the actual error
condition.

Fixes: 190377500fde ("Bluetooth: btintel_pcie: Dump debug registers on error")
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Sai Teja Aluvala <aluvala.sai.teja@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c
drivers/bluetooth/btintel_pcie.h