mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
sctp: eliminate useless code
Remove duplicate declaration of symbol: struct hlist_node *node was already declared, the seconds declaration shadows the first one. CC: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8379d07031
commit
b68c92460d
1 changed files with 0 additions and 1 deletions
|
@ -5481,7 +5481,6 @@ pp_found:
|
|||
*/
|
||||
int reuse = sk->sk_reuse;
|
||||
struct sock *sk2;
|
||||
struct hlist_node *node;
|
||||
|
||||
SCTP_DEBUG_PRINTK("sctp_get_port() found a possible match\n");
|
||||
if (pp->fastreuse && sk->sk_reuse &&
|
||||
|
|
Loading…
Reference in a new issue