mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
Phonet: do not compute unused value
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a2bf453871
commit
2ddc1ac1b9
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ static int pep_do_rcv(struct sock *sk, struct sk_buff *skb)
|
||||||
{
|
{
|
||||||
struct pep_sock *pn = pep_sk(sk);
|
struct pep_sock *pn = pep_sk(sk);
|
||||||
struct sock *sknode;
|
struct sock *sknode;
|
||||||
struct pnpipehdr *hdr = pnp_hdr(skb);
|
struct pnpipehdr *hdr;
|
||||||
struct sockaddr_pn dst;
|
struct sockaddr_pn dst;
|
||||||
int err = NET_RX_SUCCESS;
|
int err = NET_RX_SUCCESS;
|
||||||
u8 pipe_handle;
|
u8 pipe_handle;
|
||||||
|
|
Loading…
Add table
Reference in a new issue