aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_usb.h
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-04-07 17:47:26 +0200
committerAndrey Konovalov <andreyknvl@gmail.com>2020-04-07 18:21:37 +0200
commitdb9bcd4b9fd510dc1b4b2b2021180c8432844b9b (patch)
tree0fefba810fdf3c4e49e1306048ef4a6abb972611 /executor/common_usb.h
parent99a9604483616177d7cd7d3e092ce42a3eaff74a (diff)
executor/usb: don't fail when ath9k is not enabled
Diffstat (limited to 'executor/common_usb.h')
-rw-r--r--executor/common_usb.h2
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;
}