Commit ad637643 authored by David S. Miller's avatar David S. Miller

irda: Kill set but unused variable 'bytes' in irlan_check_command_param()

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bfad6ef6
......@@ -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;);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment