Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299858
b: refs/heads/master
c: f8fc75d
h: refs/heads/master
v: v3
  • Loading branch information
Lin Ming authored and James Bottomley committed Apr 22, 2012
1 parent 368531f commit bcdc408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6f381fa344911d5a234b13574433cf23036f9467
refs/heads/master: f8fc75dc576eac0c996e4a792a4701819d999260
3 changes: 2 additions & 1 deletion trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -3399,7 +3399,8 @@ int ata_scsi_add_hosts(struct ata_host *host, struct scsi_host_template *sht)
*/
shost->max_host_blocked = 1;

rc = scsi_add_host(ap->scsi_host, &ap->tdev);
rc = scsi_add_host_with_dma(ap->scsi_host,
&ap->tdev, ap->host->dev);
if (rc)
goto err_add;
}
Expand Down

0 comments on commit bcdc408

Please sign in to comment.