mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
ath12k-check: ignore PREFER_DEV_LEVEL warning
Needed for patch: wifi: ath12k: fix debug messages Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
parent
779e51b9de
commit
32f41c2db0
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ checkpatch_filter = [
|
||||||
('ath12k_hal_srng_access_begin', 'VOLATILE'),
|
('ath12k_hal_srng_access_begin', 'VOLATILE'),
|
||||||
('ath12k_hal_srng_access_end', 'VOLATILE'),
|
('ath12k_hal_srng_access_end', 'VOLATILE'),
|
||||||
('hal_srng', 'VOLATILE'),
|
('hal_srng', 'VOLATILE'),
|
||||||
|
|
||||||
|
# __ath12k_dbg has to use dev_printk() so that debug_mask always work
|
||||||
|
('__ath12k_dbg', 'PREFER_DEV_LEVEL'),
|
||||||
]
|
]
|
||||||
|
|
||||||
sparse_filter = []
|
sparse_filter = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue