From: Amitkumar Karwar Date: Thu, 1 Jan 2015 08:13:42 +0000 (-0800) Subject: bluetooth: btmrvl: increase the priority of firmware download message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c6098eb2b95a2af8b8ebaaf61d808b0071b639f;p=linux-beck.git 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 Signed-off-by: Marcel Holtmann --- 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;