aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/firewire/sbp2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/sbp2.c b/drivers/firewire/sbp2.c
index b7e65d7eab64..2e202d3bf84d 100644
--- a/drivers/firewire/sbp2.c
+++ b/drivers/firewire/sbp2.c
@@ -1163,7 +1163,8 @@ static int sbp2_probe(struct device *dev)
1163 1163
1164 shost->max_cmd_len = SBP2_MAX_CDB_SIZE; 1164 shost->max_cmd_len = SBP2_MAX_CDB_SIZE;
1165 1165
1166 if (scsi_add_host(shost, &unit->device) < 0) 1166 if (scsi_add_host_with_dma(shost, &unit->device,
1167 device->card->device) < 0)
1167 goto fail_shost_put; 1168 goto fail_shost_put;
1168 1169
1169 /* implicit directory ID */ 1170 /* implicit directory ID */