summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_aml.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci_aml.c')
-rw-r--r--drivers/bluetooth/hci_aml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bluetooth/hci_aml.c b/drivers/bluetooth/hci_aml.c
index dc9541e76d81..1394c575aa6d 100644
--- a/drivers/bluetooth/hci_aml.c
+++ b/drivers/bluetooth/hci_aml.c
@@ -313,8 +313,7 @@ static int aml_download_firmware(struct hci_dev *hdev, const char *fw_name)
goto exit;
exit:
- if (firmware)
- release_firmware(firmware);
+ release_firmware(firmware);
return ret;
}