V4L/DVB (10894): ISA radio drivers: improve kernel log message
[deliverable/linux.git] / drivers / media / radio / radio-terratec.c
index 5a37e0d797bf9e758186f75da0bd03e646df1a84..a6243f738a78c4e65c79d7e6ce6bb47d367e79ae 100644 (file)
@@ -375,7 +375,7 @@ static int __init terratec_init(void)
        strlcpy(v4l2_dev->name, "terratec", sizeof(v4l2_dev->name));
        tt->io = io;
        if (tt->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=0x590 or 0x591\n");
                return -EINVAL;
        }
        if (!request_region(tt->io, 2, "terratec")) {
This page took 0.028873 seconds and 5 git commands to generate.