diff --git a/[refs] b/[refs] index c362db6daa7c..4342e9e50e6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f945a86a8250b66fda47cf1fc8f3daf5d0f8969 +refs/heads/master: 32efddf8526879a77d58aa635c5d5dd45bb87fd9 diff --git a/trunk/drivers/char/briq_panel.c b/trunk/drivers/char/briq_panel.c index ed53f541d9e8..b6f2639f903d 100644 --- a/trunk/drivers/char/briq_panel.c +++ b/trunk/drivers/char/briq_panel.c @@ -91,11 +91,6 @@ static ssize_t briq_panel_read(struct file *file, char __user *buf, size_t count unsigned short c; unsigned char cp; -#if 0 /* Can't seek (pread) on this device */ - if (ppos != &file->f_pos) - return -ESPIPE; -#endif - if (!vfd_is_open) return -ENODEV; @@ -139,11 +134,6 @@ static ssize_t briq_panel_write(struct file *file, const char __user *buf, size_ size_t indx = len; int i, esc = 0; -#if 0 /* Can't seek (pwrite) on this device */ - if (ppos != &file->f_pos) - return -ESPIPE; -#endif - if (!vfd_is_open) return -EBUSY;