mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 07:02:29 -04:00
staging: vt6656: struct vnt_rcb remove unused members
Remove Next and Ref Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1b6953dde4
commit
23dbf877b1
@@ -219,8 +219,6 @@ enum {
|
||||
|
||||
/* RCB (Receive Control Block) */
|
||||
struct vnt_rcb {
|
||||
void *Next;
|
||||
signed long Ref;
|
||||
void *pDevice;
|
||||
struct urb *pUrb;
|
||||
struct sk_buff *skb;
|
||||
|
||||
@@ -207,7 +207,6 @@ int vnt_submit_rx_urb(struct vnt_private *priv, struct vnt_rcb *rcb)
|
||||
return STATUS_FAILURE ;
|
||||
}
|
||||
|
||||
rcb->Ref = 1;
|
||||
rcb->bBoolInUse = true;
|
||||
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user