commit | 6effee6840af7d1adfde296f987b3d3213b3037d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Aug 22 16:43:34 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 10 10:06:54 2018 -0700 |
tree | e378db8ce667317888636d2ea2b1c3492e9d190f | |
parent | 992cba7e276d438ac8b0a8c17b147b37c8c286f7 [diff] |
can: Remove SKB list assumptions in rx-offload.c Eliminate code which assumes that SKBs and skb_queue_head objects can be cast to eachother during list processing. Signed-off-by: David S. Miller <davem@davemloft.net>