diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/bfe/bfe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/bfe/bfe.c b/usr/src/uts/common/io/bfe/bfe.c index f53f02a968..d8dba0f65b 100644 --- a/usr/src/uts/common/io/bfe/bfe.c +++ b/usr/src/uts/common/io/bfe/bfe.c @@ -2122,7 +2122,7 @@ bfe_error_handler(bfe_t *bfe, int intr_mask) } /* Descriptor Error */ - if (intr_mask & BFE_ISTAT_DSCE && halt == 0) { + if (intr_mask & BFE_ISTAT_DSCE) { bfe_error(bfe->bfe_dip, "Descriptor Error. Restarting Chip"); goto action; } |