Commit d5a4f7c
CKI KWF Bot
Merge: gpio: mlxbf3: use platform_get_irq_optional()
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1444
gpio: mlxbf3: use platform_get_irq_optional()
JIRA: https://issues.redhat.com/browse/RHEL-103570
This merge request updates the BlueField-3 GPIO driver to prevent the error message "IRQ index 0 not found" from appearing in kernel log. The driver has been updated to use "platform_get_irq_optional()" to suppress any error logging. The testing is simple, and just involves loading the driver, executing 'dmesg', and checking for any errors.
Signed-off-by: David Thompson <davithom@redhat.com>
Approved-by: Brian Masney <bmasney@redhat.com>
Approved-by: Charles Mirabile <cmirabil@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments