summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwcfxs.c5
-rwxr-xr-xwctdm.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/wcfxs.c b/wcfxs.c
index f0b99c5..22702a0 100755
--- a/wcfxs.c
+++ b/wcfxs.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",
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",