HomeFreeBSD

MFC r356617: camdd: initialize devs earlier

Description

MFC r356617: 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.

Details

Provenance
kevansAuthored on
Parents
rS356691: MFC r356614: tests: fusefs: silence remaining unsigned/signed warnings
Branches
Unknown
Tags
Unknown