提交 547d9624 编写于 作者: T Tiancheng Lu

arm64/mpam: modify mpam irq register error log

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I71UGQ
CVE: NA

----------------------------------------------------------------

MPAM interrupts are used to report error information and are non-functional interrupts.
The current interrupt number is set to the default value 0.
As a result, the device startup log contains the error indicating that the MPAM interrupt
registration fails, which is sensitive.
Therefore, the log level is changed to alarm.
Signed-off-by: NTiancheng Lu <lutiancheng5@huawei.com>
上级 63055a9f
...@@ -499,7 +499,7 @@ static void mpam_enable_irqs(void) ...@@ -499,7 +499,7 @@ static void mpam_enable_irqs(void)
rc = request_irq(irq, mpam_handle_error_irq, request_flags, rc = request_irq(irq, mpam_handle_error_irq, request_flags,
"MPAM ERR IRQ", dev); "MPAM ERR IRQ", dev);
if (rc) { if (rc) {
pr_err_ratelimited("Failed to register irq %u\n", irq); pr_warn_ratelimited("Not support to register irq %u\n", irq);
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册