WORKAROUND: ras: aest: avoid spurious warnings for missing ERI IRQ - #1176
Salendarsingh Gaud (sgaud-quic) merged 1 commit into
Conversation
|
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
Several platforms do not provide an optional "eri" interrupt in their AEST device tree nodes. During boot, the driver emits warnings such as: DT AEST: node ...: failed to map ERI IRQ: -61 The absence of an ERI interrupt is not fatal and does not affect normal AEST initialization on these systems. Downgrade the message from pr_warn() to pr_debug() to avoid unnecessary boot-time warning noise. Fixes: 0212efc ("FROMLIST: ras: aest: Add DT frontend for ARM AEST RAS error sources") Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
6d1e92e to
9655373
Compare
|
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
|
Merge Check Failed: CR Not Eligible for Merge CR 4687472 is not eligible for merge. The parent software image for kernel.qli.2.0 is not development complete. Entity: Please ensure the CR passes both CCT (ComponentChangeTasks) and ICT (Integration Change Tasks) validations. |
Test Matrix
|
Test Matrix
|
0230cc1
into
qualcomm-linux:qcom-6.18.y
Several platforms do not provide an optional "eri" interrupt in their AEST device tree nodes. During boot, the driver emits warnings such as:
DT AEST: node ...: failed to map ERI IRQ: -61
The absence of an ERI interrupt is not fatal and does not affect normal AEST initialization on these systems. Downgrade the message from pr_warn() to pr_debug() to avoid unnecessary boot-time warning noise.
CRs-Fixed: 4687472