diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2015-01-01 00:13:42 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-01-06 16:19:36 +0100 |
commit | 1c6098eb2b95a2af8b8ebaaf61d808b0071b639f (patch) | |
tree | 48626171ef84f34c9e44470ca7bb92d4d002e86d /drivers/bluetooth/btmrvl_sdio.c | |
parent | 7b4b8740c6fc153fbb24b3c1ac391cf8908ad113 (diff) | |
download | linux-1c6098eb2b95a2af8b8ebaaf61d808b0071b639f.tar.bz2 |
bluetooth: btmrvl: increase the priority of firmware download message
When driver is loaded, it is important to know if FW was already
active or it is freshly downloaded. This patch increases the
priority of the message.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.c')
-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 80ec2008bd7c..01d6da577eeb 100644 --- a/drivers/bluetooth/btmrvl_sdio.c +++ b/drivers/bluetooth/btmrvl_sdio.c @@ -573,7 +573,7 @@ static int btmrvl_sdio_download_fw_w_helper(struct btmrvl_sdio_card *card) offset += txlen; } while (true); - BT_DBG("FW download over, size %d bytes", offset); + BT_INFO("FW download over, size %d bytes", offset); ret = 0; |