]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btmrvl: report error if verify_fw_download times out
authorAndreas Fenkart <andreas.fenkart@streamunlimited.com>
Mon, 22 Apr 2013 09:10:23 +0000 (11:10 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 23 Apr 2013 23:55:55 +0000 (20:55 -0300)
commit7a1359692e969e680471ba336ae82b601da68083
treef48fd51733e041e3ad4c04e69d3c5c182e246e9c
parent240eaf2d73caf2da0e3ff127cec9079173f82bb4
Bluetooth: btmrvl: report error if verify_fw_download times out

FW does the synchronization of the different modules during init.
It will report different modules, that it is ready at different times.
The fw download 'winner' will be reported fw ready first. Without this
patch, btmrvl was already continuing before the FW told it too. Probably
on behalf of the 'winner' which then never sees FW ready and times out.

Signed-off-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/btmrvl_sdio.c