summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wct4xxp_base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wct4xxp_base.c b/wct4xxp_base.c
index 8dfbefd..8594611 100644
--- a/wct4xxp_base.c
+++ b/wct4xxp_base.c
@@ -2726,7 +2726,7 @@ static void t4_vpm450_init(struct t4 *wc)
release_firmware(firmware);
#endif
wc->vpm = T4_VPM_PRESENT;
- printk("VPM450: Present and operational servicing %d span(s)\n", vpmspans);
+ printk("VPM450: Present and operational servicing %d span(s)\n", wc->numspans);
}
static void t4_vpm400_init(struct t4 *wc)
@@ -2861,7 +2861,7 @@ static void t4_vpm400_init(struct t4 *wc)
t4_vpm_out(wc, x, i, (x < 4) ? 0x55 : 0xAA);
}
- printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? "(2nd Gen)" : ""), vpmspans);
+ printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? "(2nd Gen)" : ""), wc->numspans);
wc->vpm = T4_VPM_PRESENT;
}