mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] firewire: fw-sbp2: log scsi_target ID at release
@ 2008-04-24 21:17 Stefan Richter
  2008-04-29  4:51 ` Jarod Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Richter @ 2008-04-24 21:17 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel

Makes the good-by message more informative.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
--- linux.orig/drivers/firewire/fw-sbp2.c
+++ linux/drivers/firewire/fw-sbp2.c
@@ -784,7 +784,7 @@ static void sbp2_release_target(struct k
 		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);

-- 
Stefan Richter
-=====-==--- -=-- ==---
http://arcgraph.de/sr/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] firewire: fw-sbp2: log scsi_target ID at release
  2008-04-24 21:17 [PATCH] firewire: fw-sbp2: log scsi_target ID at release Stefan Richter
@ 2008-04-29  4:51 ` Jarod Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jarod Wilson @ 2008-04-29  4:51 UTC (permalink / raw)
  To: linux1394-devel; +Cc: Stefan Richter, linux-kernel

On Thursday 24 April 2008 05:17:47 pm Stefan Richter wrote:
> 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>

-- 
Jarod Wilson
jwilson@redhat.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-29  4:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-24 21:17 [PATCH] firewire: fw-sbp2: log scsi_target ID at release Stefan Richter
2008-04-29  4:51 ` Jarod Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome