diff options
Diffstat (limited to 'drivers/scsi/3w-xxxx.h')
-rw-r--r-- | drivers/scsi/3w-xxxx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/3w-xxxx.h b/drivers/scsi/3w-xxxx.h index 0742e6846656..8e71e5e122b3 100644 --- a/drivers/scsi/3w-xxxx.h +++ b/drivers/scsi/3w-xxxx.h | |||
@@ -234,7 +234,7 @@ static unsigned char tw_sense_table[][4] = | |||
234 | #define TW_IOCTL_TIMEOUT 25 /* 25 seconds */ | 234 | #define TW_IOCTL_TIMEOUT 25 /* 25 seconds */ |
235 | #define TW_IOCTL_CHRDEV_TIMEOUT 60 /* 60 seconds */ | 235 | #define TW_IOCTL_CHRDEV_TIMEOUT 60 /* 60 seconds */ |
236 | #define TW_IOCTL_CHRDEV_FREE -1 | 236 | #define TW_IOCTL_CHRDEV_FREE -1 |
237 | #define TW_DMA_MASK DMA_32BIT_MASK | 237 | #define TW_DMA_MASK DMA_BIT_MASK(32) |
238 | #define TW_MAX_CDB_LEN 16 | 238 | #define TW_MAX_CDB_LEN 16 |
239 | 239 | ||
240 | /* Bitmask macros to eliminate bitfields */ | 240 | /* Bitmask macros to eliminate bitfields */ |