summaryrefslogtreecommitdiff
path: root/wctdm24xxp.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-05-31 19:43:46 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-05-31 19:43:46 +0000
commit03225abcef22af980df94aacd8bf015007c81362 (patch)
tree73dab6d3b78cf2a5fc0cc0538c0f3a370b31d371 /wctdm24xxp.c
parent52f4d906cbe39a90bb9254492705dc4ace45f58f (diff)
Merged revisions 1101 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1101 | kpfleming | 2006-05-31 14:42:45 -0500 (Wed, 31 May 2006) | 2 lines minor typo in error message ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1102 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp.c')
-rw-r--r--wctdm24xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp.c b/wctdm24xxp.c
index 3612304..0f076d1 100644
--- a/wctdm24xxp.c
+++ b/wctdm24xxp.c
@@ -1589,7 +1589,7 @@ static int wctdm_powerup_proslic(struct wctdm *wc, int card, int fast)
}
if (vbat < 0xc0) {
- printk("ProSLIC on module %d failed to powerup within %d ms (%d mV only)\n\n -- DID YOU REMEMBER TO PLUG IN THE HD POWER CABLE TO THE TDM400P??\n",
+ printk("ProSLIC on module %d failed to powerup within %d ms (%d mV only)\n\n -- DID YOU REMEMBER TO PLUG IN THE HD POWER CABLE TO THE TDM2400P??\n",
card, (int)(((jiffies - origjiffies) * 1000 / HZ)),
vbat * 375);
return -1;