]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/pcmcia/cm4000_cs.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[net-next-2.6.git] / drivers / char / pcmcia / cm4000_cs.c
index c4e52ec85c6e5cf4a3ebfe33ce2cdeece254bffa..d962f25dcc2a730b912c139f7b7ae5f7c408ce8d 100644 (file)
@@ -1666,7 +1666,7 @@ static int cmm_open(struct inode *inode, struct file *filp)
        /* opening will always block since the
         * monitor will be started by open, which
         * means we have to wait for ATR becoming
-        * vaild = block until valid (or card
+        * valid = block until valid (or card
         * inserted)
         */
        if (filp->f_flags & O_NONBLOCK) {
@@ -1866,6 +1866,7 @@ static const struct file_operations cm4000_fops = {
        .unlocked_ioctl = cmm_ioctl,
        .open   = cmm_open,
        .release= cmm_close,
+       .llseek = no_llseek,
 };
 
 static struct pcmcia_device_id cm4000_ids[] = {