Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202607
b: refs/heads/master
c: 3ed37a6
h: refs/heads/master
i:
  202605: 43f4fb0
  202603: b33d3ff
  202599: 4941ddf
  202591: 23f090d
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jun 1, 2010
1 parent 866d7ed commit 262ae43
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: 589be6500560c70f4873f8c1fb66671624944433
refs/heads/master: 3ed37a6fa70a3a63dbb257fc640facb3974bba40
3 changes: 1 addition & 2 deletions trunk/net/ipv4/igmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1646,8 +1646,7 @@ static int sf_setstate(struct ip_mc_list *pmc)
if (dpsf->sf_inaddr == psf->sf_inaddr)
break;
if (!dpsf) {
dpsf = (struct ip_sf_list *)
kmalloc(sizeof(*dpsf), GFP_ATOMIC);
dpsf = kmalloc(sizeof(*dpsf), GFP_ATOMIC);
if (!dpsf)
continue;
*dpsf = *psf;
Expand Down

0 comments on commit 262ae43

Please sign in to comment.