Skip to content

Commit 2a7cb48

Browse files
committed
mac80211: ath11k: make the M3 dump memory not defined a debug message
There is no point in printing the missing M3 memory dump adress message on each boot under the warning level, as not all boards need it at all. So, degrate it to a debug print with QMI mask. Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 51cb7b6 commit 2a7cb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
1616
break;
1717
+ case M3_DUMP_REGION_TYPE:
1818
+ if (of_property_read_u32(dev->of_node, "qcom,m3-dump-addr", &addr)) {
19-
+ ath11k_warn(ab, "qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req\n");
19+
+ ath11k_dbg(ab, ATH11K_DBG_QMI, "qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req\n");
2020
+ break;
2121
+ }
2222
+

0 commit comments

Comments
 (0)