Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222092
b: refs/heads/master
c: 6318af9
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Nov 15, 2010
1 parent f451d01 commit e4098cd
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: 344ac148442e3223ac1b0e29ef3d3fb73c5ed61a
refs/heads/master: 6318af900ca7cb2c94b27d3c358762e6ac187e25
2 changes: 1 addition & 1 deletion trunk/drivers/sh/intc/virq.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static void __init intc_subgroup_map(struct intc_desc_int *d)
entry = radix_tree_deref_slot((void **)entries[i]);
if (unlikely(!entry))
continue;
if (unlikely(entry == RADIX_TREE_RETRY))
if (radix_tree_deref_retry(entry))
goto restart;

irq = create_irq();
Expand Down

0 comments on commit e4098cd

Please sign in to comment.