Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15076
b: refs/heads/master
c: 05f7039
h: refs/heads/master
v: v3
  • Loading branch information
Keith Owens authored and Tony Luck committed Dec 5, 2005
1 parent e01d96b commit dbaefea
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: 885da19e8044051a92cfd70099398c373245c431
refs/heads/master: 05f70395c642bed0300bc1955bfa8c0f93de2bc2
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/salinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ salinfo_event_read(struct file *file, char __user *buffer, size_t count, loff_t
if (file->f_flags & O_NONBLOCK)
return -EAGAIN;
if (down_interruptible(&data->sem))
return -ERESTARTSYS;
return -EINTR;
}

n = data->cpu_check;
Expand Down

0 comments on commit dbaefea

Please sign in to comment.