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

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
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment