svn commit: r209268 - head/sys/dev/twa

Xin LI delphij at FreeBSD.org
Thu Jun 17 19:48:03 UTC 2010


Author: delphij
Date: Thu Jun 17 19:48:03 2010
New Revision: 209268
URL: http://svn.freebsd.org/changeset/base/209268

Log:
  Remove an unused comment.

Modified:
  head/sys/dev/twa/tw_cl_misc.c

Modified: head/sys/dev/twa/tw_cl_misc.c
==============================================================================
--- head/sys/dev/twa/tw_cl_misc.c	Thu Jun 17 19:46:36 2010	(r209267)
+++ head/sys/dev/twa/tw_cl_misc.c	Thu Jun 17 19:48:03 2010	(r209268)
@@ -810,7 +810,7 @@ tw_cli_check_ctlr_state(struct tw_cli_ct
 				"status reg = 0x%x %s",
 				status_reg,
 				tw_cli_describe_bits(status_reg, desc));
-			error = TW_OSL_EGENFAILURE; // tw_cl_reset_ctlr(ctlr_handle);
+			error = TW_OSL_EGENFAILURE;
 		}
 	}
 	return(error);


More information about the svn-src-all mailing list