Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2010 16:50:35 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208543 - head/sys/dev/isp
Message-ID:  <201005251650.o4PGoZ5J080569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjacob
Date: Tue May 25 16:50:35 2010
New Revision: 208543
URL: http://svn.freebsd.org/changeset/base/208543

Log:
  Remove extra break left by hand editing.
  
  X-MFC: 208542
  MFC after:	One Month

Modified:
  head/sys/dev/isp/isp_freebsd.c

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Tue May 25 16:46:29 2010	(r208542)
+++ head/sys/dev/isp/isp_freebsd.c	Tue May 25 16:50:35 2010	(r208543)
@@ -2632,7 +2632,6 @@ isp_handle_platform_notify_24xx(ispsoftc
 			}
 			isp_add_wwn_entry(isp, chan, wwn, nphdl, portid);
 			break;
-			break;
 		case PDISC:
 			msg = "PDISC";
 			break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005251650.o4PGoZ5J080569>