Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214538
b: refs/heads/master
c: 0a5f1d4
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and David S. Miller committed Sep 16, 2010
1 parent 8b59cf7 commit c41cac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3a43be3c328ff42327da0b141de360dc4587aab7
refs/heads/master: 0a5f1d476aef43916abb2b8634ebff23ef2c05f6
3 changes: 2 additions & 1 deletion trunk/net/irda/irnet/irnet_ppp.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ static const struct file_operations irnet_device_fops =
.poll = dev_irnet_poll,
.unlocked_ioctl = dev_irnet_ioctl,
.open = dev_irnet_open,
.release = dev_irnet_close
.release = dev_irnet_close,
.llseek = noop_llseek,
/* Also : llseek, readdir, mmap, flush, fsync, fasync, lock, readv, writev */
};

Expand Down

0 comments on commit c41cac8

Please sign in to comment.