ChangeSet 1.1982.39.12, 2005/02/10 14:23:38-05:00, [EMAIL PROTECTED]
sbp2: add precautionary log notice to new exit branch from last
patch
Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
Signed-off-by: Jody McIntyre <[EMAIL PROTECTED]>
sbp2.c | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
--- a/drivers/ieee1394/sbp2.c 2005-03-28 23:06:38 -08:00
+++ b/drivers/ieee1394/sbp2.c 2005-03-28 23:06:38 -08:00
@@ -907,6 +907,7 @@
* allows someone else to login instead. One second makes sense. */
msleep_interruptible(1000);
if (signal_pending(current)) {
+ SBP2_WARN("aborting sbp2_start_device due to event");
sbp2_remove_device(scsi_id);
return -EINTR;
}
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html