Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / scsi / aha152x.c
index 19a36945e6fdaca44aba5ab076d1d3171410a6bf..dd4547bf688122b4775428ee5c01539b936f9259 100644 (file)
@@ -2984,8 +2984,8 @@ static int get_command(char *pos, Scsi_Cmnd * ptr)
        char *start = pos;
        int i;
 
-       SPRINTF("0x%08x: target=%d; lun=%d; cmnd=( ",
-               (unsigned int) ptr, ptr->device->id, ptr->device->lun);
+       SPRINTF("%p: target=%d; lun=%d; cmnd=( ",
+               ptr, ptr->device->id, ptr->device->lun);
 
        for (i = 0; i < COMMAND_SIZE(ptr->cmnd[0]); i++)
                SPRINTF("0x%02x ", ptr->cmnd[i]);
This page took 0.024867 seconds and 5 git commands to generate.