Skip to content

Commit

Permalink
mwifiex: increase the priority of firmware dump message
Browse files Browse the repository at this point in the history
Firmware dump operation takes few seconds. Hence it's
important to notify user in dmesg that firmware dump
has started or completed.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Amitkumar Karwar authored and Kalle Valo committed Feb 7, 2016
1 parent 5648602 commit 03f0f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/marvell/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,7 @@ static void mwifiex_pcie_fw_dump(struct mwifiex_adapter *adapter)
entry->mem_size = 0;
}

mwifiex_dbg(adapter, DUMP, "== mwifiex firmware dump start ==\n");
mwifiex_dbg(adapter, MSG, "== mwifiex firmware dump start ==\n");

/* Read the number of the memories which will dump */
stat = mwifiex_pcie_rdwr_firmware(adapter, doneflag);
Expand Down Expand Up @@ -2512,7 +2512,7 @@ static void mwifiex_pcie_fw_dump(struct mwifiex_adapter *adapter)
break;
} while (true);
}
mwifiex_dbg(adapter, DUMP, "== mwifiex firmware dump end ==\n");
mwifiex_dbg(adapter, MSG, "== mwifiex firmware dump end ==\n");
}

static void mwifiex_pcie_device_dump_work(struct mwifiex_adapter *adapter)
Expand Down

0 comments on commit 03f0f7c

Please sign in to comment.