projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13d493
)
phonet: remove the unused variable pn
author
Changli Gao
<xiaosuo@gmail.com>
Tue, 19 Oct 2010 21:51:03 +0000
(21:51 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 20 Oct 2010 08:55:54 +0000
(
01:55
-0700)
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/phonet/pep.c
patch
|
blob
|
blame
|
history
diff --git
a/net/phonet/pep.c
b/net/phonet/pep.c
index 9c903f9e5079a303b691182d26df542ac8cd5b0f..3e60f2e4e6c2d1e5982b2a56aed64fc38aa49259 100644
(file)
--- a/
net/phonet/pep.c
+++ b/
net/phonet/pep.c
@@
-300,7
+300,6
@@
static int pipe_handler_send_ind(struct sock *sk, u8 utid, u8 msg_id)
static int pipe_handler_enable_pipe(struct sock *sk, int enable)
{
- struct pep_sock *pn = pep_sk(sk);
int utid, req;
if (enable) {