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)
Sat, Nov 16, 9:19 AM
Unknown Object (File)
Wed, Oct 30, 7:33 AM
Unknown Object (File)
Mon, Oct 28, 5:05 PM
Unknown Object (File)
Wed, Oct 23, 6:10 PM
Unknown Object (File)
Oct 10 2024, 10:10 PM
Unknown Object (File)
Sep 28 2024, 2:05 PM
Unknown Object (File)
Sep 18 2024, 1:10 AM
Unknown Object (File)
Sep 16 2024, 6:18 PM
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.