usrp: Check return value in fusb_libusb1 _reap()
authorThomas Tsou <ttsou@vt.edu>
Mon, 2 Nov 2009 21:53:29 +0000 (16:53 -0500)
committerThomas Tsou <ttsou@vt.edu>
Mon, 2 Nov 2009 22:09:00 +0000 (17:09 -0500)
commit097191b3a89c09a492f322eac539eb5db8668843
tree374dc6135dd57d71489c1082a7f21d1b549606a7
parent1530b6153fe21bf8c77f76c5d854108dd47069f6
usrp: Check return value in fusb_libusb1 _reap()

The old fusb_libusb1 _reap() call always returned true except on
error. With this commit it checks that a transfer is actually
reaped and returns false otherwise.
usrp/host/lib/fusb_libusb1.cc