summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl3501_cs.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-11-13 23:40:09 +0100
committerSteven Rostedt <rostedt@goodmis.org>2009-11-13 22:20:34 -0500
commit811cb50baf63461ce0bdb234927046131fc7fa8b (patch)
treeea161607e94f11754048c8769b37f58d55fe8de6 /drivers/net/wireless/wl3501_cs.c
parenta646365cc330b5aaf4452c91f61b1e0d1acf68d0 (diff)
downloadop-kernel-dev-811cb50baf63461ce0bdb234927046131fc7fa8b.zip
op-kernel-dev-811cb50baf63461ce0bdb234927046131fc7fa8b.tar.gz
tracing: Fix event format export
For some reason the export of the event print format to userspace uses '#fmt' which breaks if the format string is anything but a plain string, for example if it is built with macros then the macro names are exported instead of their contents. Use "\"%s\"", fmt instead of "%s", #fmt to export the string and not the way it is built. For example, in net/mac80211/driver-trace.h for the trace event drv_start there is: TP_printk( LOCAL_PR_FMT, LOCAL_PR_ARG ) Which use to produce: print fmt: LOCAL_PR_FMT, REC->wiphy_name Now produces: print fmt: "%s", REC->wiphy_name Signed-off-by: Johannes Berg <johannes@sipsolutions.net> LKML-Reference: <20091113224009.GB23942@elte.hu> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'drivers/net/wireless/wl3501_cs.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud