Loading drivers/usb/gadget/u_ether.c +5 −2 Original line number Diff line number Diff line Loading @@ -501,6 +501,9 @@ static __be16 ether_ip_type_trans(struct sk_buff *skb, protocol = htons(ETH_P_IPV6); break; default: if ((skb->data[0] & 0x40) == 0x00) protocol = htons(ETH_P_MAP); else pr_debug_ratelimited("[%s] L3 protocol decode error: 0x%02x", dev->name, skb->data[0] & 0xf0); } Loading Loading
drivers/usb/gadget/u_ether.c +5 −2 Original line number Diff line number Diff line Loading @@ -501,6 +501,9 @@ static __be16 ether_ip_type_trans(struct sk_buff *skb, protocol = htons(ETH_P_IPV6); break; default: if ((skb->data[0] & 0x40) == 0x00) protocol = htons(ETH_P_MAP); else pr_debug_ratelimited("[%s] L3 protocol decode error: 0x%02x", dev->name, skb->data[0] & 0xf0); } Loading