summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/53c7,8xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/53c7,8xx.h')
-rw-r--r--drivers/scsi/53c7,8xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/53c7,8xx.h b/drivers/scsi/53c7,8xx.h
index cfddfa681..cb0071e9d 100644
--- a/drivers/scsi/53c7,8xx.h
+++ b/drivers/scsi/53c7,8xx.h
@@ -1574,7 +1574,7 @@ struct NCR53c7x0_hostdata {
if (hostdata->options & OPTION_DEBUG_DSA) \
printk("scsi : dsa %s symbol %s(%d) word %d now 0x%x\n", \
#dsa, #symbol, hostdata->##symbol, \
- (word), (u32) (value)); \
+ (word), (u32) le32_to_cpu(value)); \
}
/* Paranoid people could use panic() here. */