Commit 51bb5f58 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[LLC]: Do not use lvalue in assignment.

parent 748a8981
......@@ -826,7 +826,7 @@ int llc_sk_init(struct sock* sk)
* tx_win of remote LLC) */
skb_queue_head_init(&llc->pdu_unack_q);
sk->sk_backlog_rcv = llc_backlog_rcv;
llc_sk(sk) = llc;
sk->sk_protinfo = llc;
out:
return rc;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment