commit | cc83458d3aa01d69ccb2976e1323c92a6caae540 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Mar 11 22:13:46 2015 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Mar 23 15:14:48 2015 +1100 |
tree | 22383f4ddc21a56b19d25531e6cd85acf56d3e93 | |
parent | 4d9fb711e43a45be17795df4b59c46ee59485d82 [diff] |
powerpc/32: %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. Even on other architectures, refrain from setting a bad example that people copy. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>