OSDN Git Service

can: Remove SKB list assumptions in rx-offload.c
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Aug 2018 23:43:34 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Sep 2018 17:06:54 +0000 (10:06 -0700)
commit6effee6840af7d1adfde296f987b3d3213b3037d
treee378db8ce667317888636d2ea2b1c3492e9d190f
parent992cba7e276d438ac8b0a8c17b147b37c8c286f7
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>
drivers/net/can/rx-offload.c