aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-02-03 20:10:03 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2006-02-07 20:58:56 -0500
commite80e28b6b67ecc25fa89c9129a5f70de6389b2a6 (patch)
tree69f66c7089a57baec38d2275ba6757d15582c1ba /net
parent[PATCH] __user annotations of video_spu_palette (diff)
downloadlinux-dev-e80e28b6b67ecc25fa89c9129a5f70de6389b2a6.tar.xz
linux-dev-e80e28b6b67ecc25fa89c9129a5f70de6389b2a6.zip
[PATCH] net/ipv6/mcast.c NULL noise removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/mcast.c2
1 files changed, 1 insertions, 1 deletions
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) {