From f8e97ad7ddbfd8eac89087578c5b3fd14c905a7d Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Tue, 12 Feb 2008 09:55:49 +0000 Subject: [PATCH] Synchronize with Feral CVS repository: - fix comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@269 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla_isp/common/isp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qla_isp/common/isp.c b/qla_isp/common/isp.c index 8b4ff1cbe..8a375598f 100644 --- a/qla_isp/common/isp.c +++ b/qla_isp/common/isp.c @@ -1,4 +1,4 @@ -/* $Id: isp.c,v 1.185 2007/12/26 22:38:03 mjacob Exp $ */ +/* $Id: isp.c,v 1.186 2007/12/28 21:28:39 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. @@ -1180,9 +1180,6 @@ isp_reset(ispsoftc_t *isp) void isp_init(ispsoftc_t *isp) { - /* - * If we have no role (neither target nor initiator), don't init. - */ if (IS_FC(isp)) { if (IS_24XX(isp)) { isp_fibre_init_2400(isp);