Re: [2.6 patch] scsi/seagate.c: remove dead code

From: Matthew Wilcox
Date: Sun Oct 28 2007 - 11:54:15 EST


On Sun, Oct 28, 2007 at 04:51:42PM +0100, Adrian Bunk wrote:
> This patch removes obviously dead code.
> 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:

Surely the 'goto' should just be moved two lines down?

--
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/