diff options
author | Andi Kleen <andi@firstfloor.org> | 2008-02-24 18:35:21 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:15:40 -0400 |
commit | 9924a781f3e746ba5aa54cf96ca462b8d0915221 (patch) | |
tree | 19efc3e550cbc5635c4093cf05701862f430b19b /drivers/scsi/eata_pio.c | |
parent | b271f1c881ff301ba1fbb52698d4f2b91858f421 (diff) |
[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/eata_pio.c')
-rw-r--r-- | drivers/scsi/eata_pio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/eata_pio.c b/drivers/scsi/eata_pio.c index b5a60926e556..952505c006df 100644 --- a/drivers/scsi/eata_pio.c +++ b/drivers/scsi/eata_pio.c | |||
@@ -815,8 +815,6 @@ static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev | |||
815 | else | 815 | else |
816 | hd->primary = 1; | 816 | hd->primary = 1; |
817 | 817 | ||
818 | sh->unchecked_isa_dma = 0; /* We can only do PIO */ | ||
819 | |||
820 | hd->next = NULL; /* build a linked list of all HBAs */ | 818 | hd->next = NULL; /* build a linked list of all HBAs */ |
821 | hd->prev = last_HBA; | 819 | hd->prev = last_HBA; |
822 | if (hd->prev != NULL) | 820 | if (hd->prev != NULL) |