diff options
author | Scott Wood <scottwood@freescale.com> | 2015-03-12 22:46:00 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2015-04-24 13:45:54 +0200 |
commit | a4e4f67f41d9bfcc2a00849a75712f09a7d43798 (patch) | |
tree | d60de2e18f28af66c910e79a561e56c96d778248 /arch | |
parent | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit (diff) | |
download | linux-a4e4f67f41d9bfcc2a00849a75712f09a7d43798.tar.xz linux-a4e4f67f41d9bfcc2a00849a75712f09a7d43798.zip |
parisc: %pf is only for function pointers
Use %ps for actual addresses, otherwise you'll get bad output
on arches like parisc64 where %pf expects a function descriptor.
This wasn't normally seen on parisc64 because the code is not built
unless DEBUG_SUPERIO_INIT is manually defined.
Patch modified by Helge Deller to utilize KERN_DEBUG.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: linux-parisc@vger.kernel.org
cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions