[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>
This commit is contained in:

committed by
James Bottomley

parent
b271f1c881
commit
9924a781f3
@@ -815,8 +815,6 @@ static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev
|
||||
else
|
||||
hd->primary = 1;
|
||||
|
||||
sh->unchecked_isa_dma = 0; /* We can only do PIO */
|
||||
|
||||
hd->next = NULL; /* build a linked list of all HBAs */
|
||||
hd->prev = last_HBA;
|
||||
if (hd->prev != NULL)
|
||||
|
Reference in New Issue
Block a user