staging: vt6656: move tx_body_size/payload_len to skb->len
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 21 May 2020 09:47:25 +0000 (10:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 09:02:27 +0000 (11:02 +0200)
commitf79c9fa340c27a48fefc9f5141fad0277db33eb4
tree64d65af5f5479b4992f1da5530ff610adfc6190b
parentcf51f55311f49303a3c6159f37dc80a00c2b967a
staging: vt6656: move tx_body_size/payload_len to skb->len

both variables can be removed and replaced with skb->len.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/12e96cb5-a2a5-de3c-ebe7-ca5a4e2b5594@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c