aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qlogicpti.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/qlogicpti.c')
-rw-r--r--drivers/scsi/qlogicpti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qlogicpti.c b/drivers/scsi/qlogicpti.c
index 1559d455b2b7..e16c56c515f1 100644
--- a/drivers/scsi/qlogicpti.c
+++ b/drivers/scsi/qlogicpti.c
@@ -158,7 +158,7 @@ static inline void set_sbus_cfg1(struct qlogicpti *qpti)
158 * is a nop and the chip ends up using the smallest burst 158 * is a nop and the chip ends up using the smallest burst
159 * size. -DaveM 159 * size. -DaveM
160 */ 160 */
161 if (sbus_can_burst64(qpti->sdev) && (bursts & DMA_BURST64)) { 161 if (sbus_can_burst64() && (bursts & DMA_BURST64)) {
162 val = (SBUS_CFG1_BENAB | SBUS_CFG1_B64); 162 val = (SBUS_CFG1_BENAB | SBUS_CFG1_B64);
163 } else 163 } else
164#endif 164#endif