Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349801
b: refs/heads/master
c: de5e643
h: refs/heads/master
i:
  349799: 61e95dc
v: v3
  • Loading branch information
Sasha Levin authored and Paul E. McKenney committed Jan 8, 2013
1 parent 0b1d7d3 commit f12f88b
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: 4930521ae10fd28ebc713107fd243c8044a95415
refs/heads/master: de5e64378e6be3757a8533f55bbe1153349806dd
2 changes: 1 addition & 1 deletion trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ static int rcu_torture_barrier_init(void)
barrier_cbs_wq =
kzalloc(n_barrier_cbs * sizeof(barrier_cbs_wq[0]),
GFP_KERNEL);
if (barrier_cbs_tasks == NULL || barrier_cbs_wq == 0)
if (barrier_cbs_tasks == NULL || !barrier_cbs_wq)
return -ENOMEM;
for (i = 0; i < n_barrier_cbs; i++) {
init_waitqueue_head(&barrier_cbs_wq[i]);
Expand Down

0 comments on commit f12f88b

Please sign in to comment.