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:
parent
1b6953dde4
commit
23dbf877b1
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue