···42104210 return 0; /* End of both strings: match */42114211 return 1; /* No match */42124212}42134213-42134213+42144214static unsigned long ata_dev_blacklisted(const struct ata_device *dev)42154215{42164216 unsigned char model_num[ATA_ID_PROD_LEN + 1];···54795479 ap = kzalloc(sizeof(*ap), GFP_KERNEL);54805480 if (!ap)54815481 return NULL;54825482-54825482+54835483 ap->pflags |= ATA_PFLAG_INITIALIZING;54845484 ap->lock = &host->lock;54855485 ap->print_id = -1;···59235923static void async_port_probe(void *data, async_cookie_t cookie)59245924{59255925 struct ata_port *ap = data;59265926-59265926+59275927 /*59285928 * If we're not allowed to scan this host in parallel,59295929 * we need to wait until all previous scans have completed···59815981 for (i = 0; i < host->n_ports; i++)59825982 host->ports[i]->print_id = ata_print_id++;5983598359845984-59845984+59855985 /* Create associated sysfs transport objects */59865986 for (i = 0; i < host->n_ports; i++) {59875987 rc = ata_tport_add(host->dev,host->ports[i]);···64696469 ata_sff_exit();64706470 rc = -ENOMEM;64716471 goto err_out;64726472- } 64726472+ }6473647364746474 printk(KERN_DEBUG "libata version " DRV_VERSION " loaded.\n");64756475 return 0;
+1-1
drivers/ata/libata-sff.c
···13361336 u8 status;13371337 int poll_next;1338133813391339- BUG_ON(ap->sff_pio_task_link == NULL); 13391339+ BUG_ON(ap->sff_pio_task_link == NULL);13401340 /* qc can be NULL if timeout occurred */13411341 qc = ata_qc_from_tag(ap, link->active_tag);13421342 if (!qc) {
···616616 if (buf[52] > 4) /* No Disk */617617 return;618618619619- ata_id_c_string((u16 *)buf, id, 0, 41); 619619+ ata_id_c_string((u16 *)buf, id, 0, 41);620620621621 if (buf[51]) {622622 mode = ffs(buf[51]);···910910 rc = pcim_enable_device(pdev);911911 if (rc)912912 return rc;913913-913913+914914 if (pdev->vendor == PCI_VENDOR_ID_RDC) {915915 /* Deal with Vortex86SX */916916 if (pdev->revision == 0x11)
+1-1
drivers/ata/pata_marvell.c
···38383939 /* We don't yet know how to do this for other devices */4040 if (pdev->device != 0x6145)4141- return 1; 4141+ return 1;42424343 barp = pci_iomap(pdev, 5, 0x10);4444 if (barp == NULL)