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)
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

Simple merge