Messages in this thread Patch in this message |  | | Date | Sun, 20 May 2001 19:58:01 +1200 | From | Chris Wedgwood <> | Subject | [PATCH] 2.4.5-pre4: ide-pci.c missing parenthesis |
| |
Missing parenthesis from 2.4.5-pre4:
--cw
--- linux-2.4.5-pre4/drivers/ide/ide-pci.c~ Sun May 20 19:44:41 2001 +++ linux-2.4.5-pre4/drivers/ide/ide-pci.c Sun May 20 19:53:10 2001 @@ -708,7 +708,7 @@ /* * Set up BM-DMA capability (PnP BIOS should have done this) */ - if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530) + if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)) hwif->autodma = 0; /* default DMA off if we had to configure it here */ (void) pci_write_config_word(dev, PCI_COMMAND, pcicmd | PCI_COMMAND_MASTER); if (pci_read_config_word(dev, PCI_COMMAND, &pcicmd) || !(pcicmd & PCI_COMMAND_MASTER)) {
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |