Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262503
b: refs/heads/master
c: a61b582
h: refs/heads/master
i:
  262501: 4f82bc3
  262499: 57b3e2f
  262495: 80ebc0c
v: v3
  • Loading branch information
Josip Rodin authored and David S. Miller committed Aug 4, 2011
1 parent fbd6d61 commit 3ff591f
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: fabb5bd96d060da961d74531a0900da4da5ad2d4
refs/heads/master: a61b582954183e93a3dc3a5cf6bfd2e2c3b40aba
2 changes: 1 addition & 1 deletion trunk/arch/sparc/lib/atomic32.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int __atomic_add_unless(atomic_t *v, int a, int u)
if (ret != u)
v->counter += a;
spin_unlock_irqrestore(ATOMIC_HASH(v), flags);
return ret != u;
return ret;
}
EXPORT_SYMBOL(__atomic_add_unless);

Expand Down

0 comments on commit 3ff591f

Please sign in to comment.