···1719 "%s: %s, %s, max %s\n",1720 revbuf, modelbuf, fwrevbuf,1721 ata_mode_string(xfer_mask));1722- ata_dev_printk(dev, KERN_INFO, 1723 "%Lu sectors, multi %u, CHS %u/%u/%u\n",1724 (unsigned long long)dev->n_sectors,1725 dev->multi_count, dev->cylinders,
···1719 "%s: %s, %s, max %s\n",1720 revbuf, modelbuf, fwrevbuf,1721 ata_mode_string(xfer_mask));1722+ ata_dev_printk(dev, KERN_INFO,1723 "%Lu sectors, multi %u, CHS %u/%u/%u\n",1724 (unsigned long long)dev->n_sectors,1725 dev->multi_count, dev->cylinders,
+3-3
drivers/ata/libata-sff.c
···521static int ata_resources_present(struct pci_dev *pdev, int port)522{523 int i;524-525 /* Check the PCI resources for this channel are enabled */526 port = port * 2;527 for (i = 0; i < 2; i ++) {···531 }532 return 1;533}534-535/**536 * ata_pci_init_native_mode - Initialize native-mode driver537 * @pdev: pci device to be initialized···576577 probe_ent->irq = pdev->irq;578 probe_ent->irq_flags = IRQF_SHARED;579-580 /* Discard disabled ports. Some controllers show their581 unused channels this way */582 if (ata_resources_present(pdev, 0) == 0)
···521static int ata_resources_present(struct pci_dev *pdev, int port)522{523 int i;524+525 /* Check the PCI resources for this channel are enabled */526 port = port * 2;527 for (i = 0; i < 2; i ++) {···531 }532 return 1;533}534+535/**536 * ata_pci_init_native_mode - Initialize native-mode driver537 * @pdev: pci device to be initialized···576577 probe_ent->irq = pdev->irq;578 probe_ent->irq_flags = IRQF_SHARED;579+580 /* Discard disabled ports. Some controllers show their581 unused channels this way */582 if (ata_resources_present(pdev, 0) == 0)
+1-1
drivers/ata/pata_cs5520.c
···348 pci_save_state(pdev);349 return 0;350}351-352/* For now keep DMA off. We can set it for all but A rev CS5510 once the353 core ATA code can handle it */354
···348 pci_save_state(pdev);349 return 0;350}351+352/* For now keep DMA off. We can set it for all but A rev CS5510 once the353 core ATA code can handle it */354