projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4878bd6
)
staging: wilc1000: wilc_wlan.c: remove unused pointer variables
author
Leo Kim
<leo.kim@atmel.com>
Fri, 6 Nov 2015 02:19:49 +0000
(11:19 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000
(20:02 -0800)
This patch removes unused two pointer variable.
- Free_head
- Alloc_head
It's pointer variables unused inside code.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/wilc_wlan.c
b/drivers/staging/wilc1000/wilc_wlan.c
index 09029b61be52098e5169814f99d5fd589742ce37..7e7e77facc5f7d8d0a00ff2b7d53396f261de00e 100644
(file)
--- a/
drivers/staging/wilc1000/wilc_wlan.c
+++ b/
drivers/staging/wilc1000/wilc_wlan.c
@@
-208,9
+208,6
@@
struct pending_acks_info {
struct txq_entry_t *txqe;
};
-struct ack_session_info *Free_head;
-struct ack_session_info *Alloc_head;
-
#define NOT_TCP_ACK (-1)
#define MAX_TCP_SESSION 25