Skip to content
  • Helge Deller's avatar
    parisc: hppb.c - fix printk format strings · cae5a39f
    Helge Deller authored
    
    
    Fix those warnings:
    drivers/parisc/hppb.c: In function 'hppb_probe':
    drivers/parisc/hppb.c:65: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'resource_size_t'
    drivers/parisc/hppb.c:77: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'resource_size_t'
    drivers/parisc/hppb.c:77: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'resource_size_t'
    
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    cae5a39f