Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202608
b: refs/heads/master
c: 5d55354
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jun 1, 2010
1 parent 262ae43 commit ef38fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3ed37a6fa70a3a63dbb257fc640facb3974bba40
refs/heads/master: 5d55354f147bcf82b7a330bf9617b82a692b7d49
3 changes: 1 addition & 2 deletions trunk/net/ipv6/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1995,8 +1995,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc)
&psf->sf_addr))
break;
if (!dpsf) {
dpsf = (struct ip6_sf_list *)
kmalloc(sizeof(*dpsf), GFP_ATOMIC);
dpsf = kmalloc(sizeof(*dpsf), GFP_ATOMIC);
if (!dpsf)
continue;
*dpsf = *psf;
Expand Down

0 comments on commit ef38fb2

Please sign in to comment.