commit | 18aeb4445aa00f6f402ba3a92a2e9ff3d13882b4 | [log] [tgz] |
---|---|---|
author | Frederic Danis <frederic.danis@linux.intel.com> | Thu May 28 11:25:01 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Jun 06 07:29:56 2015 +0200 |
tree | e1e3b2733d4fd91ec222bd45788a81da532017ab | |
parent | 133be0264f28e59d772c6a259349ba3ee2b183b3 [diff] |
Bluetooth: btbcm: Move request/release_firmware() Move request/release_firmware() out of btbcm_patchram(). This allows a better error management, if request_firmware() returns an error then the controller will be used without firmware loading and 0 is returned. This will imply to change btbcm_patchram() to accept a firmware instead of firmware name. Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>