summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwcfxs.c2
-rwxr-xr-xwctdm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 5cc8a3c..d66076c 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -808,7 +808,7 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card)
#ifndef NO_CALIBRATION
/* Perform calibration */
if (wcfxs_manual_calibrate(wc, card)) {
- printk("ProSlic died on Calibration.\n");
+ printk("ProSlic died on Calibration (try -DNO_CALIBRATION in Makefile).\n");
return -1;
}
#endif
diff --git a/wctdm.c b/wctdm.c
index 5cc8a3c..d66076c 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -808,7 +808,7 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card)
#ifndef NO_CALIBRATION
/* Perform calibration */
if (wcfxs_manual_calibrate(wc, card)) {
- printk("ProSlic died on Calibration.\n");
+ printk("ProSlic died on Calibration (try -DNO_CALIBRATION in Makefile).\n");
return -1;
}
#endif