Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365614
b: refs/heads/master
c: 0a28531
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and Linus Torvalds committed Apr 30, 2013
1 parent 0d75e13 commit aa3ae6b
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: 1b2c289b4f9018f4bd54d22ab54aaeda9181cd2a
refs/heads/master: 0a285317daf785424c884d1a7548705c60bc42cc
3 changes: 2 additions & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ static unsigned int devkmsg_poll(struct file *file, poll_table *wait)
/* return error when data has vanished underneath us */
if (user->seq < log_first_seq)
ret = POLLIN|POLLRDNORM|POLLERR|POLLPRI;
ret = POLLIN|POLLRDNORM;
else
ret = POLLIN|POLLRDNORM;
}
raw_spin_unlock_irq(&logbuf_lock);

Expand Down

0 comments on commit aa3ae6b

Please sign in to comment.