Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60703
b: refs/heads/master
c: 32efddf
h: refs/heads/master
i:
  60701: 578cb31
  60699: 559e7ed
  60695: bc09fea
  60687: b2a0431
  60671: e9fa1c9
v: v3
  • Loading branch information
Robert P. J. Day authored and Paul Mackerras committed Jul 10, 2007
1 parent 8185c25 commit 6182eb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f945a86a8250b66fda47cf1fc8f3daf5d0f8969
refs/heads/master: 32efddf8526879a77d58aa635c5d5dd45bb87fd9
10 changes: 0 additions & 10 deletions trunk/drivers/char/briq_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 6182eb0

Please sign in to comment.