Fixed a compile-breaking mistake in scsi_aha154x.c.
This commit is contained in:
@@ -657,7 +657,6 @@ aha_reset(aha_t *dev)
|
|||||||
dev->MailboxIsBIOS = 0;
|
dev->MailboxIsBIOS = 0;
|
||||||
dev->BIOSMailboxCount = 0;
|
dev->BIOSMailboxCount = 0;
|
||||||
dev->BIOSMailboxOutPosCur = 0;
|
dev->BIOSMailboxOutPosCur = 0;
|
||||||
dev->BIOSMailboxOutInterrupts = 0;
|
|
||||||
|
|
||||||
clear_irq(dev);
|
clear_irq(dev);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user