summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mhi/core/boot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mhi/core/boot.c b/mhi/core/boot.c
index 83d989e..e7f8292 100644
--- a/mhi/core/boot.c
+++ b/mhi/core/boot.c
@@ -501,6 +501,9 @@ void mhi_fw_load_handler(struct mhi_controller *mhi_cntrl)
goto error_fw_load;
}
+#ifdef CONFIG_WCN_GOOGLE
+ MHI_LOG("request_firmware: %s", fw_name);
+#endif
ret = request_firmware(&firmware, fw_name, dev->parent);
if (ret) {
if (!mhi_cntrl->fallback_fw_image) {