projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8427f13
)
sctp: Kill unused variable in sctp_assoc_bh_rcv()
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Fri, 20 Jun 2008 17:34:47 +0000
(10:34 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Jun 2008 17:34:47 +0000
(10:34 -0700)
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/associola.c
patch
|
blob
|
history
diff --git
a/net/sctp/associola.c
b/net/sctp/associola.c
index ff1dc5bd936c3016d7340b223a61a110470531b7..35b6a023a6d0cc828a37694877262e32285ddc2c 100644
(file)
--- a/
net/sctp/associola.c
+++ b/
net/sctp/associola.c
@@
-1025,7
+1025,6
@@
static void sctp_assoc_bh_rcv(struct work_struct *work)
struct sctp_chunk *chunk;
struct sock *sk;
struct sctp_inq *inqueue;
- struct sctp_outq *outq;
int state;
sctp_subtype_t subtype;
int error = 0;