Skip to content

Commit

Permalink
irda: Kill set but unused variable 'bytes' in irlan_check_command_par…
Browse files Browse the repository at this point in the history
…am()

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed May 19, 2011
1 parent bfad6ef commit ad63764
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/irda/irlan/irlan_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,8 @@ void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb)
*/
void irlan_check_command_param(struct irlan_cb *self, char *param, char *value)
{
__u8 *bytes;

IRDA_DEBUG(4, "%s()\n", __func__ );

bytes = value;

IRDA_ASSERT(self != NULL, return;);
IRDA_ASSERT(self->magic == IRLAN_MAGIC, return;);

Expand Down

0 comments on commit ad63764

Please sign in to comment.