HomeFreeBSD

Simplify the code a bit.

Description

Simplify the code a bit.

Replace clumsy for(;;) { if (foo) break; ...} with simpler
while (!foo) { ... }.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D13546

Details

Provenance
impAuthored on
Differential Revision
D13546: New pci device hints wiring.
Parents
rS327036: Document new pci device hints wiring.
Branches
Unknown
Tags
Unknown