Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307585
b: refs/heads/master
c: 473ffe6
h: refs/heads/master
i:
  307583: 08677e7
v: v3
  • Loading branch information
Clemens Ladisch authored and Stefan Richter committed May 21, 2012
1 parent 6dbde8a commit 5c67c38
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: 0ad8c6a22d03a1598f7cc6585c65354dadca62ad
refs/heads/master: 473ffe6560fd5fa5fd5a488e8948899231972bd5
3 changes: 2 additions & 1 deletion trunk/drivers/firewire/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,8 @@ static int sbp2_probe(struct device *dev)

shost->max_cmd_len = SBP2_MAX_CDB_SIZE;

if (scsi_add_host(shost, &unit->device) < 0)
if (scsi_add_host_with_dma(shost, &unit->device,
device->card->device) < 0)
goto fail_shost_put;

/* implicit directory ID */
Expand Down

0 comments on commit 5c67c38

Please sign in to comment.