Linux: Don't print errors when cancel_transfer fails with NOT_FOUND
authorHans de Goede <hdegoede@redhat.com>
Mon, 26 Mar 2012 20:37:03 +0000 (21:37 +0100)
committerPete Batard <pete@akeo.ie>
Mon, 26 Mar 2012 20:41:50 +0000 (21:41 +0100)
commitf18a081dd742f332511101a5dc715bd6b16cb92a
tree29cede2a178b6dde4092d4e03d516640f9753ffa
parentd041159a1720c14568154c07f94b01340b991417
Linux: Don't print errors when cancel_transfer fails with NOT_FOUND

* Under some cricumstances, LIBUSB_ERROR_NOT_FOUND is an expected
  return value for cancel_transfer so printing an error is undesirable.
libusb/io.c