projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4b874
)
bluetooth: btmrvl: increase the priority of firmware download message
author
Amitkumar Karwar
<akarwar@marvell.com>
Thu, 1 Jan 2015 08:13:42 +0000
(
00:13
-0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 6 Jan 2015 15:19:36 +0000
(16:19 +0100)
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>
drivers/bluetooth/btmrvl_sdio.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btmrvl_sdio.c
b/drivers/bluetooth/btmrvl_sdio.c
index 80ec2008bd7cc82c5ff21140df8fe0c8e99fc8e3..01d6da577eeb0713127f57c264e6345b5055781d 100644
(file)
--- 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;