Skip to content

Commit

Permalink
phonet: remove the unused variable pn
Browse files Browse the repository at this point in the history
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Changli Gao authored and David S. Miller committed Oct 20, 2010
1 parent f13d493 commit c5e90f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/phonet/pep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c5e90f5

Please sign in to comment.