mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
wifi_drv: remove unnecessary debug message
AFAICT, we do the right thing by calling 'consume_skb()'. Issue #2559.
This commit is contained in:
parent
94f4e2a276
commit
bb95121ee5
@ -2767,11 +2767,8 @@ unsigned int skb_gro_len(const struct sk_buff *skb);
|
||||
__be16 skb_network_protocol(struct sk_buff *skb, int *depth);
|
||||
bool can_checksum_protocol(netdev_features_t features, __be16 protocol);
|
||||
|
||||
/* XXX dev_kfree_skb_any */
|
||||
static inline void dev_kfree_skb_any(struct sk_buff *skb)
|
||||
{
|
||||
dev_dbg(0, "%s called\n", __func__);
|
||||
/* __dev_kfree_skb_any(skb, SKB_REASON_DROPPED); */
|
||||
consume_skb(skb);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user