Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133878
b: refs/heads/master
c: eac9e90
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Jan 22, 2009
1 parent cf50f63 commit c9395d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a7385ba21102a90f902055f9f185ca02bf62fa43
refs/heads/master: eac9e902658dab1e097b8ef064e9e3d16c152cc9
2 changes: 1 addition & 1 deletion trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ static unsigned int tun_chr_poll(struct file *file, poll_table * wait)
unsigned int mask = POLLOUT | POLLWRNORM;

if (!tun)
return -EBADFD;
return POLLERR;

DBG(KERN_INFO "%s: tun_chr_poll\n", tun->dev->name);

Expand Down

0 comments on commit c9395d5

Please sign in to comment.