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:
Kalle Valo 2023-10-04 18:27:09 +03:00
parent 779e51b9de
commit 32f41c2db0

View file

@ -77,6 +77,9 @@ checkpatch_filter = [
('ath12k_hal_srng_access_begin', 'VOLATILE'),
('ath12k_hal_srng_access_end', 'VOLATILE'),
('hal_srng', 'VOLATILE'),
# __ath12k_dbg has to use dev_printk() so that debug_mask always work
('__ath12k_dbg', 'PREFER_DEV_LEVEL'),
]
sparse_filter = []