From: Al Viro Date: Sat, 4 Feb 2006 01:10:03 +0000 (-0500) Subject: [PATCH] net/ipv6/mcast.c NULL noise removal X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e80e28b6b67ecc25fa89c9129a5f70de6389b2a6;p=linux-beck.git [PATCH] net/ipv6/mcast.c NULL noise removal Signed-off-by: Al Viro --- diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index 4420948a1bfe..807c021d64a2 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c @@ -1978,7 +1978,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc) new_in = psf->sf_count[MCAST_INCLUDE] != 0; if (new_in) { if (!psf->sf_oldin) { - struct ip6_sf_list *prev = 0; + struct ip6_sf_list *prev = NULL; for (dpsf=pmc->mca_tomb; dpsf; dpsf=dpsf->sf_next) {