Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09013602 authored by Yue Ma's avatar Yue Ma
Browse files

wcnss: Fix a typo in printing a register name



The register name should be WLAN_TXP_STATUS insdead of WLAN_TX_STATUS.

Change-Id: I93a95fb6a73c6ea3bb044eef5036687e4b9c0086
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent 7cb5bf37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ void wcnss_pronto_log_debug_regs(void)
	pr_info_ratelimited("%s: WLAN_BRDG_ERR_SOURCE %08x\n", __func__, reg);

	reg = readl_relaxed(penv->wlan_tx_status);
	pr_info_ratelimited("%s: WLAN_TX_STATUS %08x\n", __func__, reg);
	pr_info_ratelimited("%s: WLAN_TXP_STATUS %08x\n", __func__, reg);
}
EXPORT_SYMBOL(wcnss_pronto_log_debug_regs);