diff options
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/eisa_eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/eisa_eeprom.c b/drivers/parisc/eisa_eeprom.c index 5ac207932fd7..685d94e69d44 100644 --- a/drivers/parisc/eisa_eeprom.c +++ b/drivers/parisc/eisa_eeprom.c | |||
@@ -86,7 +86,7 @@ static int eisa_eeprom_open(struct inode *inode, struct file *file) | |||
86 | { | 86 | { |
87 | cycle_kernel_lock(); | 87 | cycle_kernel_lock(); |
88 | 88 | ||
89 | if (file->f_mode & 2) | 89 | if (file->f_mode & FMODE_WRITE) |
90 | return -EINVAL; | 90 | return -EINVAL; |
91 | 91 | ||
92 | return 0; | 92 | return 0; |