ft2232: cleanup ft2232_write
authorMarc Pignat <marc.pignat@hevs.ch>
Thu, 17 Jun 2010 07:54:34 +0000 (09:54 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 1 Jul 2010 07:32:48 +0000 (09:32 +0200)
commitcd7f4431036355213f8d3daa12c95be978f9e64a
treee5ebde10f05956816ca0cd1f3c3154e5a3b7c9dc
parent2986320cde399b0b0ee006a4fecbdec83bebc248
ft2232: cleanup ft2232_write

* Include the size check into ft2232_write, so calling it is simpler.
* Use sizeof(buffer) when possible
src/jtag/drivers/ft2232.c