USB: Yet another Conexant Clone to add to cdc-acm.c
[pandora-kernel.git] / drivers / parisc / eisa_eeprom.c
index 5ac2079..685d94e 100644 (file)
@@ -86,7 +86,7 @@ static int eisa_eeprom_open(struct inode *inode, struct file *file)
 {
        cycle_kernel_lock();
 
-       if (file->f_mode & 2)
+       if (file->f_mode & FMODE_WRITE)
                return -EINVAL;
    
        return 0;