提交 5d55354f 编写于 作者: J Joe Perches 提交者: David S. Miller

net/ipv6/mcast.c: Remove unnecessary kmalloc casts

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3ed37a6f
...@@ -1995,8 +1995,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc) ...@@ -1995,8 +1995,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc)
&psf->sf_addr)) &psf->sf_addr))
break; break;
if (!dpsf) { if (!dpsf) {
dpsf = (struct ip6_sf_list *) dpsf = kmalloc(sizeof(*dpsf), GFP_ATOMIC);
kmalloc(sizeof(*dpsf), GFP_ATOMIC);
if (!dpsf) if (!dpsf)
continue; continue;
*dpsf = *psf; *dpsf = *psf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册