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)
Wed, Mar 25, 12:16 AM
Unknown Object (File)
Mon, Mar 23, 8:32 AM
Unknown Object (File)
Mon, Mar 23, 2:34 AM
Unknown Object (File)
Fri, Mar 20, 6:18 AM
Unknown Object (File)
Mon, Mar 9, 9:53 AM
Unknown Object (File)
Mon, Mar 9, 7:58 AM
Unknown Object (File)
Feb 8 2026, 11:14 PM
Unknown Object (File)
Jan 22 2026, 9:25 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.