diff options
author | David S. Miller <davem@davemloft.net> | 2011-05-19 18:53:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-19 18:53:58 -0400 |
commit | ad6376434c945495ea8c4082ad8a392cc58c3406 (patch) | |
tree | 3b93744f8e03718b574e94b1ce32e4dac6c40d96 | |
parent | bfad6ef6d29e776472b3ead1f5bc920c5410ed2c (diff) |
irda: Kill set but unused variable 'bytes' in irlan_check_command_param()
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/irda/irlan/irlan_filter.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/irda/irlan/irlan_filter.c b/net/irda/irlan/irlan_filter.c index 9ff7823abec7..7977be7caf0f 100644 --- a/net/irda/irlan/irlan_filter.c +++ b/net/irda/irlan/irlan_filter.c | |||
@@ -143,12 +143,8 @@ void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb) | |||
143 | */ | 143 | */ |
144 | void irlan_check_command_param(struct irlan_cb *self, char *param, char *value) | 144 | void irlan_check_command_param(struct irlan_cb *self, char *param, char *value) |
145 | { | 145 | { |
146 | __u8 *bytes; | ||
147 | |||
148 | IRDA_DEBUG(4, "%s()\n", __func__ ); | 146 | IRDA_DEBUG(4, "%s()\n", __func__ ); |
149 | 147 | ||
150 | bytes = value; | ||
151 | |||
152 | IRDA_ASSERT(self != NULL, return;); | 148 | IRDA_ASSERT(self != NULL, return;); |
153 | IRDA_ASSERT(self->magic == IRLAN_MAGIC, return;); | 149 | IRDA_ASSERT(self->magic == IRLAN_MAGIC, return;); |
154 | 150 | ||