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

Commit c1f39b55 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wcnss: Fix a typo in printing a register name"

parents a70250f0 09013602
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);