aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/sbp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ieee1394/sbp2.c')
-rw-r--r--drivers/ieee1394/sbp2.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
index 2b3099477e99..38abf0325403 100644
--- a/drivers/ieee1394/sbp2.c
+++ b/drivers/ieee1394/sbp2.c
@@ -2484,17 +2484,6 @@ static void sbp2scsi_complete_command(struct scsi_id_instance_data *scsi_id,
2484 } 2484 }
2485 2485
2486 /* 2486 /*
2487 * If a bus reset is in progress and there was an error, don't
2488 * complete the command, just let it get retried at the end of the
2489 * bus reset.
2490 */
2491 if (!hpsb_node_entry_valid(scsi_id->ne)
2492 && (scsi_status != SBP2_SCSI_STATUS_GOOD)) {
2493 SBP2_ERR("Bus reset in progress - retry command later");
2494 return;
2495 }
2496
2497 /*
2498 * Switch on scsi status 2487 * Switch on scsi status
2499 */ 2488 */
2500 switch (scsi_status) { 2489 switch (scsi_status) {