diff options
Diffstat (limited to 'drivers/firewire/fw-sbp2.c')
| -rw-r--r-- | drivers/firewire/fw-sbp2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c index 2a999373863e..b2458bb8e9ca 100644 --- a/drivers/firewire/fw-sbp2.c +++ b/drivers/firewire/fw-sbp2.c | |||
| @@ -784,7 +784,7 @@ static void sbp2_release_target(struct kref *kref) | |||
| 784 | kfree(lu); | 784 | kfree(lu); |
| 785 | } | 785 | } |
| 786 | scsi_remove_host(shost); | 786 | scsi_remove_host(shost); |
| 787 | fw_notify("released %s\n", tgt->bus_id); | 787 | fw_notify("released %s, target %d:0:0\n", tgt->bus_id, shost->host_no); |
| 788 | 788 | ||
| 789 | fw_unit_put(tgt->unit); | 789 | fw_unit_put(tgt->unit); |
| 790 | scsi_host_put(shost); | 790 | scsi_host_put(shost); |
| @@ -1487,7 +1487,7 @@ static int sbp2_scsi_queuecommand(struct scsi_cmnd *cmd, scsi_done_fn_t done) | |||
| 1487 | if (scsi_sg_count(cmd) && sbp2_map_scatterlist(orb, device, lu) < 0) | 1487 | if (scsi_sg_count(cmd) && sbp2_map_scatterlist(orb, device, lu) < 0) |
| 1488 | goto out; | 1488 | goto out; |
| 1489 | 1489 | ||
| 1490 | memcpy(orb->request.command_block, cmd->cmnd, COMMAND_SIZE(*cmd->cmnd)); | 1490 | memcpy(orb->request.command_block, cmd->cmnd, cmd->cmd_len); |
| 1491 | 1491 | ||
| 1492 | orb->base.callback = complete_command_orb; | 1492 | orb->base.callback = complete_command_orb; |
| 1493 | orb->base.request_bus = | 1493 | orb->base.request_bus = |
