Page MenuHomeFreeBSD

gpiobus: gpiobus_release_pin: convert errors to panic
ClosedPublic

Authored by vexeduxr on Jun 19 2025, 2:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 1:34 AM
Unknown Object (File)
Tue, Feb 17, 2:59 PM
Unknown Object (File)
Feb 1 2026, 3:34 PM
Unknown Object (File)
Jan 31 2026, 1:39 AM
Unknown Object (File)
Jan 31 2026, 12:39 AM
Unknown Object (File)
Jan 30 2026, 7:15 PM
Unknown Object (File)
Jan 25 2026, 12:44 AM
Unknown Object (File)
Dec 27 2025, 5:31 AM
Subscribers
None

Details

Summary

These are programming errors.

Suggested by: mmel

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

vexeduxr created this revision.

I'm not sure if this is still relevant given other changes, but it looks good.. If it's no longer relevant, please abandon.

This revision is now accepted and ready to land.Jul 3 2025, 8:09 PM

Should be good to go. Although I just realized one of the callers explicitly casts this to void. That should be removed too.

Remove the now redundant cast to void.

This revision now requires review to proceed.Jul 4 2025, 2:24 PM
This revision is now accepted and ready to land.Jul 4 2025, 3:33 PM