* [PATCH] phonet: remove the unused variable pn
@ 2010-10-20 7:51 Changli Gao
2010-10-20 8:56 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Changli Gao @ 2010-10-20 7:51 UTC (permalink / raw)
To: Remi Denis-Courmont; +Cc: David S. Miller, netdev, Changli Gao
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
---
net/phonet/pep.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/phonet/pep.c b/net/phonet/pep.c
index 9c903f9..3e60f2e 100644
--- 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) {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-20 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 7:51 [PATCH] phonet: remove the unused variable pn Changli Gao
2010-10-20 8:56 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).