From: Scott Wood Date: Thu, 12 Mar 2015 03:13:51 +0000 (-0500) Subject: mfd: mc13xxx-core: %pF is only for function pointers X-Git-Tag: omap-for-v4.2/o2_dc~140^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5a7bffd02863a526abad7700c18b96d4cae19e;p=pandora-kernel.git mfd: mc13xxx-core: %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. Signed-off-by: Scott Wood Signed-off-by: Lee Jones --- Reading git-diff-tree failed