summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wctc4xxp/base.c')
-rw-r--r--drivers/dahdi/wctc4xxp/base.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index 905e0ab..8544c7c 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -1888,7 +1888,9 @@ receive_csm_encaps_packet(struct wcdte *wc, struct tcb *cmd)
DTE_PRINTK(WARNING,
"DTE Failed self test (%04x).\n",
le16_to_cpu(hdr->params[0]));
- } else if (hdr->params[1] != le16_to_cpu(0x000c)) {
+ } else if ((hdr->params[1] != le16_to_cpu(0x000c)) &&
+ (hdr->params[1] != le16_to_cpu(0x010c)))
+ {
DTE_PRINTK(WARNING,
"Unexpected ERAM status (%04x).\n",
le16_to_cpu(hdr->params[1]));