Minor logging text change

Renamed the NMF workaround message to the more informational
crc4-multiframe (mis)alignment message.

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9461 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Russ Meyerriecks 2010-10-25 20:01:54 +00:00
parent 3db405486e
commit 1b51530c19

View File

@ -3119,7 +3119,7 @@ static void t4_check_alarms(struct t4 *wc, int span)
__t4_framer_out(wc, span, 0x20, 0x9f | 0x20); /* LIM0: Force RAI High */
ts->spanflags |= FLAG_NMF;
dev_notice(&wc->dev->dev,
"NMF workaround on!\n");
"Lost crc4-multiframe alignment\n");
}
__t4_framer_out(wc, span, 0x1e, 0xc3); /* Reset to CRC4 mode */
__t4_framer_out(wc, span, 0x1c, 0xf2); /* Force Resync */
@ -3129,7 +3129,7 @@ static void t4_check_alarms(struct t4 *wc, int span)
__t4_framer_out(wc, span, 0x20, 0x9f); /* LIM0: Clear forced RAI */
ts->spanflags &= ~FLAG_NMF;
dev_notice(&wc->dev->dev,
"NMF workaround off!\n");
"Obtained crc4-multiframe alignment\n");
}
}
} else {