diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-06-17 19:48:03 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-06-17 19:48:03 +0000 |
| commit | b7a4702bd1411ff4a67bf33e3d208ac3f997b89e (patch) | |
| tree | ec3866c5680c914b775c0b972c8e5a5404ea881c /sys/dev/twa | |
| parent | f71d9945ac1d789812aace1591aaca67dd711125 (diff) | |
Notes
Diffstat (limited to 'sys/dev/twa')
| -rw-r--r-- | sys/dev/twa/tw_cl_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
