Skip to content
Snippets Groups Projects
Commit d771bcfa authored by Aastha Mehta's avatar Aastha Mehta
Browse files

bugfix

parent a8a5d62a
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,6 @@ static int ip_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
}
#ifdef CONFIG_XEN_SME
char dbg_buff[DBG_BUF_SIZE];
memset(dbg_buff, 0, DBG_BUF_SIZE);
sprintf(dbg_buff, "%s:%d caller: %pS", __func__, __LINE__,
__builtin_return_address(0));
......@@ -400,7 +399,6 @@ static int ip_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
#endif
#ifdef CONFIG_XEN_SME
char dbg_buff[DBG_BUF_SIZE];
memset(dbg_buff, 0, DBG_BUF_SIZE);
sprintf(dbg_buff, "%s:%d caller: %pS", __func__, __LINE__,
__builtin_return_address(0));
......@@ -410,7 +408,6 @@ static int ip_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
goto drop;
#ifdef CONFIG_XEN_SME
char dbg_buff[DBG_BUF_SIZE];
memset(dbg_buff, 0, DBG_BUF_SIZE);
sprintf(dbg_buff, "%s:%d caller: %pS", __func__, __LINE__,
__builtin_return_address(0));
......@@ -446,7 +443,6 @@ static int ip_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
}
#ifdef CONFIG_XEN_SME
char dbg_buff[DBG_BUF_SIZE];
memset(dbg_buff, 0, DBG_BUF_SIZE);
sprintf(dbg_buff, "%s:%d caller: %pS", __func__, __LINE__,
__builtin_return_address(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment