From: Scott Wood Date: Thu, 12 Mar 2015 21:46:00 +0000 (-0500) Subject: parisc: %pf is only for function pointers X-Git-Tag: omap-for-v4.2/soc-pt1-take2~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e4f67f41d9bfcc2a00849a75712f09a7d43798;p=pandora-kernel.git 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 Cc: linux-parisc@vger.kernel.org cc: James Bottomley Signed-off-by: Helge Deller --- Reading git-diff-tree failed