Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143158
b: refs/heads/master
c: f600535
h: refs/heads/master
v: v3
  • Loading branch information
Vegard Nossum authored and Jeff Garzik committed Apr 13, 2009
1 parent e35c554 commit 4688c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa431dd39d560586db22209b7f78c33455e1a786
refs/heads/master: f6005354d6d45afeafeca90661911d777c81f1e2
4 changes: 1 addition & 3 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6110,13 +6110,11 @@ int ata_host_register(struct ata_host *host, struct scsi_host_template *sht)
ata_port_printk(ap, KERN_INFO, "DUMMY\n");
}

/* perform each probe synchronously */
DPRINTK("probe begin\n");
/* perform each probe asynchronously */
for (i = 0; i < host->n_ports; i++) {
struct ata_port *ap = host->ports[i];
async_schedule(async_port_probe, ap);
}
DPRINTK("probe end\n");

return 0;
}
Expand Down

0 comments on commit 4688c95

Please sign in to comment.