diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-04-07 17:47:26 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2020-04-07 18:21:37 +0200 |
| commit | db9bcd4b9fd510dc1b4b2b2021180c8432844b9b (patch) | |
| tree | 0fefba810fdf3c4e49e1306048ef4a6abb972611 /executor/common_usb.h | |
| parent | 99a9604483616177d7cd7d3e092ce42a3eaff74a (diff) | |
executor/usb: don't fail when ath9k is not enabled
Diffstat (limited to 'executor/common_usb.h')
| -rw-r--r-- | executor/common_usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_usb.h b/executor/common_usb.h index f08d2c4e1..521ea3c28 100644 --- a/executor/common_usb.h +++ b/executor/common_usb.h @@ -698,7 +698,7 @@ static bool lookup_connect_response_out_ath9k(int fd, const struct vusb_connect_ break; } - fail("lookup_connect_response_out_ath9k: unknown request"); + debug("lookup_connect_response_out_ath9k: unknown request"); return false; } |
