commit | ad750fa142747f3f42b66ae051a0f275bd2035df | [log] [tgz] |
---|---|---|
author | Petri Gynther <pgynther@google.com> | Wed Feb 10 12:00:46 2016 -0800 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Feb 23 20:29:37 2016 +0100 |
tree | a69ec889eb2ddf9303bdebcbc767c8af0d445414 | |
parent | 2791b44d6b4a2280568e0dc84be51992b7b367f1 [diff] |
Bluetooth: btbcm: Fix handling of firmware not found If the call to request_firmware() fails in btbcm_setup_patchram(), the BCM chip will be operating with its default firmware. In this case, btbcm_setup_patchram() should not return immediately but instead should skip to btbcm_check_bdaddr() and quirk setup. Signed-off-by: Petri Gynther <pgynther@google.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>