Loading net/ipv4/igmp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1646,8 +1646,7 @@ static int sf_setstate(struct ip_mc_list *pmc) if (dpsf->sf_inaddr == psf->sf_inaddr) if (dpsf->sf_inaddr == psf->sf_inaddr) break; break; if (!dpsf) { if (!dpsf) { dpsf = (struct ip_sf_list *) dpsf = kmalloc(sizeof(*dpsf), GFP_ATOMIC); kmalloc(sizeof(*dpsf), GFP_ATOMIC); if (!dpsf) if (!dpsf) continue; continue; *dpsf = *psf; *dpsf = *psf; Loading Loading
net/ipv4/igmp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1646,8 +1646,7 @@ static int sf_setstate(struct ip_mc_list *pmc) if (dpsf->sf_inaddr == psf->sf_inaddr) if (dpsf->sf_inaddr == psf->sf_inaddr) break; break; if (!dpsf) { if (!dpsf) { dpsf = (struct ip_sf_list *) dpsf = kmalloc(sizeof(*dpsf), GFP_ATOMIC); kmalloc(sizeof(*dpsf), GFP_ATOMIC); if (!dpsf) if (!dpsf) continue; continue; *dpsf = *psf; *dpsf = *psf; Loading