Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6

This commit is contained in:
David S. Miller
2010-02-16 22:09:29 -08:00
630 changed files with 12005 additions and 6394 deletions

View File

@@ -127,16 +127,12 @@ static int ipcomp4_init_state(struct xfrm_state *x)
if (x->props.mode == XFRM_MODE_TUNNEL) {
err = ipcomp_tunnel_attach(x);
if (err)
goto error_tunnel;
goto out;
}
err = 0;
out:
return err;
error_tunnel:
ipcomp_destroy(x);
goto out;
}
static const struct xfrm_type ipcomp_type = {