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.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
index f1f5de616d79..2b3099477e99 100644
--- a/drivers/ieee1394/sbp2.c
+++ b/drivers/ieee1394/sbp2.c
@@ -2546,21 +2546,6 @@ static void sbp2scsi_complete_command(struct scsi_id_instance_data *scsi_id,
2546 } 2546 }
2547 2547
2548 /* 2548 /*
2549 * If a unit attention occurs, return busy status so it gets
2550 * retried... it could have happened because of a 1394 bus reset
2551 * or hot-plug...
2552 * XXX DID_BUS_BUSY is actually a bad idea because it will defy
2553 * the scsi layer's retry logic.
2554 */
2555#if 0
2556 if ((scsi_status == SBP2_SCSI_STATUS_CHECK_CONDITION) &&
2557 (SCpnt->sense_buffer[2] == UNIT_ATTENTION)) {
2558 SBP2_DEBUG("UNIT ATTENTION - return busy");
2559 SCpnt->result = DID_BUS_BUSY << 16;
2560 }
2561#endif
2562
2563 /*
2564 * Tell scsi stack that we're done with this command 2549 * Tell scsi stack that we're done with this command
2565 */ 2550 */
2566 done(SCpnt); 2551 done(SCpnt);