ft2232 table init cleanup
commitc21c740a895438832ed7e945ee4943da3eb733f9
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 22 Feb 2010 01:19:08 +0000 (21 17:19 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 22 Feb 2010 01:19:08 +0000 (21 17:19 -0800)
tree18b6470f77478209c3aab35ce925cf904148fc44
parentdc342f45f6c8ec02431495863687b3638f1646d5
ft2232 table init cleanup

Use labeled initializers in the table of layouts instead of
positional ones.  This ls cleaner and less error prone, plus
it simplifies patches which add members to these structure.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/jtag/drivers/ft2232.c