mfd: mc13xxx-core: %pF is only for function pointers
authorScott Wood <scottwood@freescale.com>
Thu, 12 Mar 2015 03:13:51 +0000 (22:13 -0500)
committerLee Jones <lee.jones@linaro.org>
Mon, 23 Mar 2015 11:48:30 +0000 (11:48 +0000)
commit5d5a7bffd02863a526abad7700c18b96d4cae19e
tree084747fa6c799272bbc8d4c61507bd3540cd01e1
parenteac8a5c91b9ec19abc770c62c375feeaceada2a4
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 <scottwood@freescale.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mc13xxx-core.c