Преглед изворни кода

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>
Amitkumar Karwar пре 10 година
родитељ
комит
1c6098eb2b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/bluetooth/btmrvl_sdio.c

+ 1 - 1
drivers/bluetooth/btmrvl_sdio.c

@@ -573,7 +573,7 @@ static int btmrvl_sdio_download_fw_w_helper(struct btmrvl_sdio_card *card)
 		offset += txlen;
 		offset += txlen;
 	} while (true);
 	} while (true);
 
 
-	BT_DBG("FW download over, size %d bytes", offset);
+	BT_INFO("FW download over, size %d bytes", offset);
 
 
 	ret = 0;
 	ret = 0;