aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.c
diff options
context:
space:
mode:
authorAndi Kleen <andi@firstfloor.org>2008-02-25 00:35:21 +0100
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-04-07 12:15:40 -0500
commit9924a781f3e746ba5aa54cf96ca462b8d0915221 (patch)
tree19efc3e550cbc5635c4093cf05701862f430b19b /drivers/scsi/ips.c
parent[SCSI] aacraid: READ_CAPACITY_16 shouldn't trust allocation length in cdb (diff)
downloadlinux-dev-9924a781f3e746ba5aa54cf96ca462b8d0915221.tar.xz
linux-dev-9924a781f3e746ba5aa54cf96ca462b8d0915221.zip
[SCSI] Remove random noop unchecked_isa_dma users
Lots of drivers set it to 0. Remove that. Patch should be a nop. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/ips.c')
-rw-r--r--drivers/scsi/ips.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
index e5467a4c225b..62640366845a 100644
--- a/drivers/scsi/ips.c
+++ b/drivers/scsi/ips.c
@@ -6844,7 +6844,6 @@ ips_register_scsi(int index)
sh->sg_tablesize = sh->hostt->sg_tablesize;
sh->can_queue = sh->hostt->can_queue;
sh->cmd_per_lun = sh->hostt->cmd_per_lun;
- sh->unchecked_isa_dma = sh->hostt->unchecked_isa_dma;
sh->use_clustering = sh->hostt->use_clustering;
sh->max_sectors = 128;