Skip to content
  • Scott Wood's avatar
    parisc: %pf is only for function pointers · a4e4f67f
    Scott Wood authored
    
    
    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: default avatarScott Wood <scottwood@freescale.com>
    Cc: linux-parisc@vger.kernel.org
    cc: James Bottomley <James.Bottomley@HansenPartnership.com>
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    a4e4f67f