HomeFreeBSD

camdd: initialize devs earlier

Description

camdd: initialize devs earlier

GCC9 points out that devs may be used initialized after the bailout label;
in-fact, if num_io_opts != 2 then it is. Move the initialization up a little
bit.

Reviewed by: ken
MFC after: 3 days

Details

Provenance
kevansAuthored on
Parents
rS356616: MFC r354542:
Branches
Unknown
Tags
Unknown