V4L/DVB (10894): ISA radio drivers: improve kernel log message
[deliverable/linux.git] / drivers / media / radio / radio-zoltrix.c
index 18dbaf1650de33b5b25a12fd3280aea452d838a9..f0ea281ba51b12fee06561b28c6f55fae6b69763 100644 (file)
@@ -413,7 +413,7 @@ static int __init zoltrix_init(void)
        strlcpy(v4l2_dev->name, "zoltrix", sizeof(v4l2_dev->name));
        zol->io = io;
        if (zol->io == -1) {
-               v4l2_err(v4l2_dev, "You must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "You must set an I/O address with io=0x20c or 0x30c\n");
                return -EINVAL;
        }
        if (zol->io != 0x20c && zol->io != 0x30c) {
This page took 0.027425 seconds and 5 git commands to generate.