commit | 1d7a7438d78f2da56b6b3855be462cf0fc809e56 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jan 08 16:59:04 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 08 15:19:55 2020 -0800 |
tree | 673c86d3206e2cbb7bedac785724b189a20c9174 | |
parent | 5643a552d31242e5adf3dbefba26c90b1bce2826 [diff] |
net: r8152: use skb_list_walk_safe helper for gso segments This is a straight-forward conversion case for the new function, and while we're at it, we can remove a null write to skb->next by replacing it with skb_mark_not_on_list. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: David S. Miller <davem@davemloft.net>