summaryrefslogtreecommitdiff
path: root/net/xfrm
diff options
context:
space:
mode:
authorSandeep Malik <Sandeep.Malik@freescale.com>2014-01-04 00:31:48 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-01-10 20:30:22 (GMT)
commita03c54962123bb798959ecb508730583a6e82101 (patch)
treef91bdd9a2715e833d8366bfeb5605ee862dd0358 /net/xfrm
parentcb1858e573a0bb0b2b87426655030b38a7d4afa2 (diff)
downloadlinux-fsl-qoriq-a03c54962123bb798959ecb508730583a6e82101.tar.xz
asf_XFRM: Removing compilation errors while ASF is enabled.
This patch removes the compilation errors when ASF is enabled. The errors were coming because the out_exit label has been changed to out whereas ASF code was still using out_exit. Signed-off-by: Sandeep Malik <Sandeep.Malik@freescale.com> --- CR:ENGR293944 --- Change-Id: I95ef5527001da4958dc54ab800800280d9479c20 Reviewed-on: http://git.am.freescale.net:8181/7643 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Rajan Gupta <rajan.gupta@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'net/xfrm')
-rw-r--r--net/xfrm/xfrm_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c
index ee22bbb..9a1e078 100644
--- a/net/xfrm/xfrm_output.c
+++ b/net/xfrm/xfrm_output.c
@@ -61,7 +61,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
if (x->asf_sa_cookie && asf_cb_fns.ipsec_encrypt_n_send) {
err = -EINPROGRESS;
if (!asf_cb_fns.ipsec_encrypt_n_send(skb, x))
- goto out_exit;
+ goto out;
}
#endif