K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-01-13T18:22:51.540842Z K 7 svn:log V 202 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. END