Commit 4eca8cbf authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: iwlwifi: suppress printf warnings in tracing



This can't really be fixed due to the macro layout of
tracepoints (you'd need a special tracepoint macro for
when this is needed), so just suppress the warnings.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 8f55564c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include "iwl-trans.h"

#define CREATE_TRACE_POINTS
#pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
#include "iwl-devtrace.h"

EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_event);