Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140592
b: refs/heads/master
c: 7a51cff
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Dec 30, 2008
1 parent bf0e174 commit 9cd4f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 2a38b1c4f123afa4579cb1d29380b337e9195cbb
refs/heads/master: 7a51cffbd10886c0557677dd916c090097c691ef
4 changes: 1 addition & 3 deletions trunk/kernel/relay.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,7 @@ int relay_late_setup_files(struct rchan *chan,
*/
for_each_online_cpu(i) {
if (unlikely(!chan->buf[i])) {
printk(KERN_ERR "relay_late_setup_files: CPU %u "
"has no buffer, it must have!\n", i);
BUG();
WARN_ONCE(1, KERN_ERR "CPU has no buffer!\n");
err = -EINVAL;
break;
}
Expand Down

0 comments on commit 9cd4f14

Please sign in to comment.