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)
Sun, Oct 12, 7:54 PM
Unknown Object (File)
Wed, Oct 1, 1:28 PM
Unknown Object (File)
Sun, Sep 28, 2:36 AM
Unknown Object (File)
Sun, Sep 28, 2:31 AM
Unknown Object (File)
Sat, Sep 20, 2:51 AM
Unknown Object (File)
Fri, Sep 19, 3:04 AM
Unknown Object (File)
Mon, Sep 15, 9:37 PM
Unknown Object (File)
Sat, Sep 13, 11:24 PM
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