Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78755
b: refs/heads/master
c: 9589731
h: refs/heads/master
i:
  78753: 74b11cc
  78751: a4ac478
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jan 28, 2008
1 parent 055708c commit bb04a5c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 408c4768cd0843f43a13a442c76215dd9cadf23d
refs/heads/master: 9589731220edfebeb6a05c52d0838a99dee20893
6 changes: 3 additions & 3 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4044,7 +4044,7 @@ static struct addrconf_sysctl_table
},
};

static void __addrconf_sysctl_register(char *dev_name, int ctl_name,
static int __addrconf_sysctl_register(char *dev_name, int ctl_name,
struct inet6_dev *idev, struct ipv6_devconf *p)
{
int i;
Expand Down Expand Up @@ -4088,14 +4088,14 @@ static void __addrconf_sysctl_register(char *dev_name, int ctl_name,
goto free_procname;

p->sysctl = t;
return;
return 0;

free_procname:
kfree(t->dev_name);
free:
kfree(t);
out:
return;
return -ENOBUFS;
}

static void __addrconf_sysctl_unregister(struct ipv6_devconf *p)
Expand Down

0 comments on commit bb04a5c

Please sign in to comment.