Files
libnfc/libnfc
Philippe Teuwen 9bb568b799 driver acr122_usb: fix dead code issue
Redundant result check leading to dead code was probably indicative
of a missing return value check of acr122_usb_send_apdu()

Problem reported by Coverity:
  at_least: At condition "res < 0", the value of "res" must be at least 12.
  cannot_single: At condition "res < 0", the value of "res" cannot be equal to -6.
  dead_error_condition: The condition "res < 0" cannot be true.
CID 1090327 (#1 of 1): Logically dead code (DEADCODE)
  dead_error_begin: Execution cannot reach this statement "acr122_usb_ack(pnd);".
2013-09-22 19:08:26 +02:00
..
2013-09-22 02:06:58 +02:00
2013-09-22 12:02:31 +02:00
2013-01-31 21:58:29 +01:00
2013-06-15 00:41:20 +02:00
2013-08-19 14:55:27 +02:00
2013-09-03 16:42:46 +02:00
2013-09-22 03:13:09 +02:00
2013-09-19 23:48:44 +02:00