Skip to content

Commit

Permalink
firewire: fw-sbp2: log scsi_target ID at release
Browse files Browse the repository at this point in the history
Makes the good-by message more informative.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jarod Wilson <jwilson@redhat.com>
  • Loading branch information
Stefan Richter committed May 1, 2008
1 parent 07c7224 commit f32ddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ static void sbp2_release_target(struct kref *kref)
kfree(lu);
}
scsi_remove_host(shost);
fw_notify("released %s\n", tgt->bus_id);
fw_notify("released %s, target %d:0:0\n", tgt->bus_id, shost->host_no);

fw_unit_put(tgt->unit);
scsi_host_put(shost);
Expand Down

0 comments on commit f32ddad

Please sign in to comment.