From b7a4702bd1411ff4a67bf33e3d208ac3f997b89e Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 17 Jun 2010 19:48:03 +0000 Subject: [PATCH] Remove an unused comment. --- sys/dev/twa/tw_cl_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/twa/tw_cl_misc.c b/sys/dev/twa/tw_cl_misc.c index 1b9897e81492..f6c984553030 100644 --- a/sys/dev/twa/tw_cl_misc.c +++ b/sys/dev/twa/tw_cl_misc.c @@ -810,7 +810,7 @@ tw_cli_check_ctlr_state(struct tw_cli_ctlr_context *ctlr, TW_UINT32 status_reg) "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);