From: Scott Wood Date: Thu, 12 Mar 2015 03:13:57 +0000 (-0500) Subject: tracing: %pF is only for function pointers X-Git-Tag: omap-for-v4.2/o2_dc~149^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbedb179944c29e5e449603163eec9951116fe39;p=pandora-kernel.git tracing: %pF is only for function pointers Use %pS for actual addresses, otherwise you'll get bad output on arches like ppc64 where %pF expects a function descriptor. Link: http://lkml.kernel.org/r/1426130037-17956-22-git-send-email-scottwood@freescale.com Signed-off-by: Scott Wood Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed