diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/usb/testusb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/usb/testusb.c b/tools/usb/testusb.c index 68d0734b2081..643cd77fa980 100644 --- a/tools/usb/testusb.c +++ b/tools/usb/testusb.c | |||
@@ -507,10 +507,8 @@ usage: | |||
507 | return handle_testdev (entry) != entry; | 507 | return handle_testdev (entry) != entry; |
508 | } | 508 | } |
509 | status = pthread_create (&entry->thread, 0, handle_testdev, entry); | 509 | status = pthread_create (&entry->thread, 0, handle_testdev, entry); |
510 | if (status) { | 510 | if (status) |
511 | perror ("pthread_create"); | 511 | perror ("pthread_create"); |
512 | continue; | ||
513 | } | ||
514 | } | 512 | } |
515 | if (device) { | 513 | if (device) { |
516 | struct testdev dev; | 514 | struct testdev dev; |