summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wctdm.c b/wctdm.c
index f0b99c5..22702a0 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -624,8 +624,9 @@ static int wcfxs_powerup_proslic(struct wcfxs *wc, int card, int fast)
}
if (vbat < 0xc0) {
- printk("ProSLIC on module %d failed to powerup within %d ms\n",
- card, (int)(((jiffies - origjiffies) * 1000 / HZ)));
+ printk("ProSLIC on module %d failed to powerup within %d ms (%d mV only)\n",
+ card, (int)(((jiffies - origjiffies) * 1000 / HZ)),
+ vbat * 375);
return -1;
} else if (debug) {
printk("ProSLIC on module %d powered up to -%d volts (%02x) in %d ms\n",