fix build failure in libusb_context change
authorMike Frysinger <vapier@gentoo.org>
Tue, 22 Jun 2010 23:42:11 +0000 (19:42 -0400)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 23 Jun 2010 07:16:32 +0000 (09:16 +0200)
commit29b1dfd985a87af8d51034212284f684eb35bc48
treec8613705e896afba612e75a6045f2e40f1732260
parent998266bf16a3f88480382070b4af670d5998a1c5
fix build failure in libusb_context change

Current git tree build fails:
ftdi.c: In function 'ftdi_transfer_data_done':
ftdi.c:1513:36: error: 'ftdi' undeclared (first use in this function)

This function has a ftdi_transfer_control tc, not a ftdi_context ftdi.

Probably want to squash this into commit:
02212d8e84cccd393a95612d4c4a5ec495fa3e2e
Store and use the libusb_context

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
src/ftdi.c