projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2bf453
)
Phonet: do not compute unused value
author
Rémi Denis-Courmont
<remi.denis-courmont@nokia.com>
Wed, 11 Feb 2009 01:14:50 +0000
(17:14 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Feb 2009 01:14:50 +0000
(17:14 -0800)
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/phonet/pep.c
patch
|
blob
|
history
diff --git
a/net/phonet/pep.c
b/net/phonet/pep.c
index
bb3e678
..
8ad2b53
100644
(file)
--- a/
net/phonet/pep.c
+++ b/
net/phonet/pep.c
@@
-553,7
+553,7
@@
static int pep_do_rcv(struct sock *sk, struct sk_buff *skb)
{
struct pep_sock *pn = pep_sk(sk);
struct sock *sknode;
- struct pnpipehdr *hdr
= pnp_hdr(skb)
;
+ struct pnpipehdr *hdr;
struct sockaddr_pn dst;
int err = NET_RX_SUCCESS;
u8 pipe_handle;