Merge "Revert "adb: Lower EP_ALLOC retry count""

This commit is contained in:
Jerry Zhang 2017-04-28 01:06:09 +00:00 committed by Gerrit Code Review
commit 169590c47f

View file

@ -64,7 +64,7 @@ using namespace std::chrono_literals;
#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32)
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 2;
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 10;
static int dummy_fd = -1;