The only write to the softc is a no-op (softcs are initialized to all
zeroes), so remove that and just use BUS_PROBE_DEFAULT.
Details
Details
- Reviewers
bnovkov - Commits
- rG3f18463745c9: sdhci_fdt_rockchip: Don't return 0 from probe routine
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This is not required to build arm64 with GCC (the rest of this stack are fixes needed for that), but is just a cleanup I noticed while fixing the previous patch.