Page MenuHomeFreeBSD

iichid: Soften "Interrupt setup failed" message
ClosedPublic

Authored by emaste on Jul 23 2024, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 3:16 AM
Unknown Object (File)
Thu, Jan 2, 12:23 AM
Unknown Object (File)
Nov 22 2024, 5:03 AM
Unknown Object (File)
Nov 22 2024, 5:02 AM
Unknown Object (File)
Nov 22 2024, 5:02 AM
Unknown Object (File)
Nov 22 2024, 4:36 AM
Unknown Object (File)
Oct 26 2024, 7:29 AM
Unknown Object (File)
Oct 26 2024, 7:28 AM
Subscribers

Details

Summary
Users may interpret the message as a possible hardware error, but the
issue is in fact unimplemented functionality.  Reword the message to
avoid implying it is an error.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

I don't have a full understanding to be certain, but "Unimplemented functionality" is based on reading comments in the src and commit message (b1f1b07f6d412cb3ec8588a634836e26396eec70: "interrupt resource acquisition is not always possible in a case of GPIO interrupts").

This revision is now accepted and ready to land.Jul 23 2024, 8:32 PM