Messages in this thread Patch in this message |  | | | Date | Sun, 28 Oct 2007 16:51:42 +0100 | | From | Adrian Bunk <> | | Subject | [2.6 patch] scsi/seagate.c: remove dead code |
| |
This patch removes obviously dead code.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
--- drivers/scsi/seagate.c | 2 -- 1 file changed, 2 deletions(-) c0807bbefb65ef679b7d2ec13d14c35f2e927404 diff --git a/drivers/scsi/seagate.c b/drivers/scsi/seagate.c index b113244..2d31ed4 100644 --- a/drivers/scsi/seagate.c +++ b/drivers/scsi/seagate.c @@ -1437,17 +1437,15 @@ connect_loop: break; #ifdef LINKED case LINKED_WRONG: WRITE_DATA (ABORT); linked_connected = 0; reselect = CAN_RECONNECT; goto connect_loop; - DPRINTK (PHASE_MSGOUT | DEBUG_LINKED, "scsi%d : sent ABORT message to cancel incorrect I_T_L nexus.\n", hostno); #endif /* LINKED */ - DPRINTK (DEBUG_LINKED, "correct\n"); default: WRITE_DATA (NOP); printk("scsi%d : target %d requested MSGOUT, sent NOP message.\n", hostno, target); } break; case REQ_MSGIN: - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |