Loading net/irda/ircomm/ircomm_core.c +0 −6 Original line number Diff line number Diff line Loading @@ -244,14 +244,8 @@ EXPORT_SYMBOL(ircomm_connect_request); void ircomm_connect_indication(struct ircomm_cb *self, struct sk_buff *skb, struct ircomm_info *info) { int clen = 0; IRDA_DEBUG(2, "%s()\n", __func__ ); /* Check if the packet contains data on the control channel */ if (skb->len > 0) clen = skb->data[0]; /* * If there are any data hiding in the control channel, we must * deliver it first. The side effect is that the control channel Loading Loading
net/irda/ircomm/ircomm_core.c +0 −6 Original line number Diff line number Diff line Loading @@ -244,14 +244,8 @@ EXPORT_SYMBOL(ircomm_connect_request); void ircomm_connect_indication(struct ircomm_cb *self, struct sk_buff *skb, struct ircomm_info *info) { int clen = 0; IRDA_DEBUG(2, "%s()\n", __func__ ); /* Check if the packet contains data on the control channel */ if (skb->len > 0) clen = skb->data[0]; /* * If there are any data hiding in the control channel, we must * deliver it first. The side effect is that the control channel Loading