diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:11:54 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:06 -0500 |
commit | 997acab7d593913eaa0606ff257079efcfcb146d (patch) | |
tree | 239997e829da105725a82d12d981c2ae9b6d4189 /drivers/scsi/t128.c | |
parent | 76f13b9321ec8f9550cd1557ed28ac6ae91e612c (diff) |
ncr5380: Remove redundant AUTOSENSE macro
Every NCR5380 driver sets AUTOSENSE so it need not be optional (and the
mid-layer expects it). Remove this redundant macro to improve readability.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/t128.c')
-rw-r--r-- | drivers/scsi/t128.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c index f06ad91d737d..4253fe97c210 100644 --- a/drivers/scsi/t128.c +++ b/drivers/scsi/t128.c | |||
@@ -1,4 +1,3 @@ | |||
1 | #define AUTOSENSE | ||
2 | #define PSEUDO_DMA | 1 | #define PSEUDO_DMA |
3 | 2 | ||
4 | /* | 3 | /* |
@@ -40,9 +39,6 @@ | |||
40 | 39 | ||
41 | /* | 40 | /* |
42 | * Options : | 41 | * Options : |
43 | * AUTOSENSE - if defined, REQUEST SENSE will be performed automatically | ||
44 | * for commands that return with a CHECK CONDITION status. | ||
45 | * | ||
46 | * PSEUDO_DMA - enables PSEUDO-DMA hardware, should give a 3-4X performance | 42 | * PSEUDO_DMA - enables PSEUDO-DMA hardware, should give a 3-4X performance |
47 | * increase compared to polled I/O. | 43 | * increase compared to polled I/O. |
48 | * | 44 | * |