diff options
| author | Balachandra C S <balacs@codeaurora.org> | 2018-03-21 20:14:33 +0530 |
|---|---|---|
| committer | Balachandra C S <balacs@codeaurora.org> | 2018-03-21 20:17:08 +0530 |
| commit | 2e4eba9f68ebf761a88aef4347e38ef8f75de9dc (patch) | |
| tree | 2d7bb016f293c7145cb1e53a184d5df845bc9669 /drivers/net/can | |
| parent | 01965dc24a2098c1477caca7ea20a1f35dc42d04 (diff) | |
drivers: net: Change timeout for query_firmware command
On some targets, a higher timeout value is needed to get the firmware
version response.
Change-Id: I67b85b16f1d7187e953df23b9a2ba327ec8d8591
Signed-off-by: Balachandra C S <balacs@codeaurora.org>
Diffstat (limited to 'drivers/net/can')
| -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; |
