commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / pcmcia / synclink_cs.c
index 980c1b7..3ecc2b9 100644 (file)
@@ -2814,7 +2814,7 @@ static int mgslpc_open(struct tty_struct *tty, struct file * filp)
        /* verify range of specified line number */     
        line = tty->index;
        if ((line < 0) || (line >= mgslpc_device_count)) {
-               printk("%s(%d):mgslpc_open with illegal line #%d.\n",
+               printk("%s(%d):mgslpc_open with invalid line #%d.\n",
                        __FILE__,__LINE__,line);
                return -ENODEV;
        }