Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42001
b: refs/heads/master
c: 0506d40
h: refs/heads/master
i:
  41999: 0aa2a61
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Dec 3, 2006
1 parent a539e9a commit 13415d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1863f0965e716cc61d3c23cf106d41aa070f706f
refs/heads/master: 0506d4068bad834aab1141b5dc5e748eb175c6b3
4 changes: 2 additions & 2 deletions trunk/net/rose/rose_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ int rose_add_loopback_neigh(void)
int rose_add_loopback_node(rose_address *address)
{
struct rose_node *rose_node;
unsigned int err = 0;
int err = 0;

spin_lock_bh(&rose_node_list_lock);

Expand Down Expand Up @@ -432,7 +432,7 @@ int rose_add_loopback_node(rose_address *address)
out:
spin_unlock_bh(&rose_node_list_lock);

return 0;
return err;
}

/*
Expand Down

0 comments on commit 13415d9

Please sign in to comment.