diff options
| author | Wei-Ning Huang <wnhuang@chromium.org> | 2016-03-07 22:40:06 -0500 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2016-03-10 13:51:29 -0500 |
| commit | 9a01242dc7fc4d5fe3f722afbf35b33aa414cd2f (patch) | |
| tree | 46cb8e39bcc357d97f575e0c55db255d63e943aa /drivers/bluetooth | |
| parent | 24c4a81d765738655f94d242eb821cb26e6c143a (diff) | |
Bluetooth: btmrvl_sdio: fix firmware activation failure
In some case, the btmrvl_sdio firmware would fail to active within the
polling time. Increase the polling interval to 100 msec to fix the
issue.
Signed-off-by: Wei-Ning Huang <wnhuang@chromium.org>
Signed-off-by: Wei-Ning Huang <wnhuang@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/btmrvl_sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c index 6ed8acfcfa9c..c6ef248de5e4 100644 --- a/drivers/bluetooth/btmrvl_sdio.c +++ b/drivers/bluetooth/btmrvl_sdio.c | |||
| @@ -371,7 +371,7 @@ static int btmrvl_sdio_verify_fw_download(struct btmrvl_sdio_card *card, | |||
| 371 | if (firmwarestat == FIRMWARE_READY) | 371 | if (firmwarestat == FIRMWARE_READY) |
| 372 | return 0; | 372 | return 0; |
| 373 | 373 | ||
| 374 | msleep(10); | 374 | msleep(100); |
| 375 | } | 375 | } |
| 376 | 376 | ||
| 377 | return -ETIMEDOUT; | 377 | return -ETIMEDOUT; |
