diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-03-21 21:44:56 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-21 21:44:56 -0700 |
| commit | 926f541b4684f1100c256a28bbcd677fe578c7f7 (patch) | |
| tree | b14aa4e155e0c67d433e0e1c6aceb5d9a8db6f39 | |
| parent | 70a1e9b6257c74c0891e420cdccfd4717516cd86 (diff) | |
| parent | 2e4eba9f68ebf761a88aef4347e38ef8f75de9dc (diff) | |
Merge "drivers: net: Change timeout for query_firmware command"
| -rw-r--r-- | drivers/net/can/spi/qti-can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/spi/qti-can.c b/drivers/net/can/spi/qti-can.c index e9123f07324a..a6fc665d07f4 100644 --- a/drivers/net/can/spi/qti-can.c +++ b/drivers/net/can/spi/qti-can.c @@ -44,7 +44,7 @@ #define DRIVER_MODE_RAW_FRAMES 0 #define DRIVER_MODE_PROPERTIES 1 #define DRIVER_MODE_AMB 2 -#define QUERY_FIRMWARE_TIMEOUT_MS 1 +#define QUERY_FIRMWARE_TIMEOUT_MS 20 struct qti_can { struct net_device **netdev; |
