Page MenuHomeFreeBSD

gpiopower: Fix failure case for attach
ClosedPublic

Authored by jhibbits on Mar 15 2022, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 12, 2:39 AM
Unknown Object (File)
Mon, Apr 6, 9:04 PM
Unknown Object (File)
Wed, Mar 25, 12:16 AM
Unknown Object (File)
Mar 23 2026, 8:32 AM
Unknown Object (File)
Mar 23 2026, 2:34 AM
Unknown Object (File)
Mar 20 2026, 6:18 AM
Unknown Object (File)
Mar 9 2026, 9:53 AM
Unknown Object (File)
Mar 9 2026, 7:58 AM
Subscribers

Details

Summary

We really should be checking the return value of
ofw_gpiobus_parse_gpios_impl, not the value of sc_pins, which isn't
changed on failure.

Reported by: alfredo@

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44786
Build 41674: arc lint + arc unit

Event Timeline

LGTM. Thanks, it fixes the kernel crashing with QEMU -M ppce500.

This revision is now accepted and ready to land.Mar 15 2022, 7:12 PM
This revision was automatically updated to reflect the committed changes.