• Randy Dunlap's avatar
    cciss: fix DEBUG printk formats · 9f92f471
    Randy Dunlap authored
    Fix printk format warnings when CCISS_DEBUG is defined.
    
    drivers/block/cciss.c:2856: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
    drivers/block/cciss.c:3205: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'
    drivers/block/cciss.c:3236: warning: format '%x' expects type 'unsigned int', but argument 2 has type '__u64'
    drivers/block/cciss.c:3246: warning: format '%x' expects type 'unsigned int', but argument 2 has type '__u64'
    Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
    Cc: Mike Miller <mike.miller@hp.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    9f92f471
cciss.c 106 KB